Object Color and Shadow issue in model

We have one shoe glb file and we have checked in different glb viewer but we found some colour is not displayed properly in glb viewer which is displayed in blender can you please check below video for more detail.
you have any idea about this issue why colour effect is displayed differently in blender and glb viewer?
View from Blender: Boot-Blender.mp4 - Google Drive
boot.glb (7.5 MB)

https://threejs.org/editor/

@threejsman @three-js-master @Three65

The answer depends on which version of three you’re using, which output color space you’ve set on on renderer, and which color space is used on the textures on the model.

the version I used 0.160.0
this.renderer.outputColorSpace = THREE.LinearSRGBColorSpace;