Html Css Color HEX #957B67 Squirrel

📋 copy color: '#957B67'

red 149 ◦ green 123 ◦ blue 103

#957B67
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Squirrel #957B67

Tints of Squirrel #957B67

RGB

 RED value IS 149 (58.59% from 255) = 39.73%

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 39.73%
G = 32.8%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#957B67 (or 0x957B67) is known color: Squirrel. HEX triplet: 95, 7B and 67. RGB value is (149,123,103). Sum of RGB (Red+Green+Blue) = 149+123+103=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #957B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B67 is #6A8498. Grayscale: #808080. Windows color (decimal): -6980761 or 6781845. OLE color: 6781845.

HSL color Cylindrical-coordinate representation of color #957B67: hue angle of 26.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #957B67 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 123 103 -
CMYK 0 0.17 0.31 0.42
HSL 26.09º 0.18% 0.49% -
HSV(B) 26.09º 0.31% 0.58% -
XYZ 21.93 21.53 15.83 -
YUV 128.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 149 123 103 0 0.17 0.31 0.42 26.09 0.18 0.49
Hex 95 7B 67 0 11 1F 2A 1A 12 31
Octal 225 173 147 0 21 37 52 32 22 61
Binary 10010101 1111011 1100111 0 10001 11111 101010 11010 10010 110001

Color Harmonies of #957B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B67

Black with #957B67

Text Example


Text Example

White with #957B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957B67; }

 p { color: rgb(149,123,103); }

 H1.HeaderClassName
 {
   color: #957B67;
 }
 .AnyTagClassName
 {
   color: #957B67;
 }
</style>

background-color css

<style>
 a { background-color: #957B67; }

 a { background-color: rgb(149,123,103); }

 div.DivClassName
 {
   background-color: #957B67;
 }
 .BgClassName
 {
   background-color: #957B67;
 }
</style>

border-color css

<style>
 span { border-color: #957B67; }

 span { border-color: rgb(149,123,103); }

 td.TdClassName
 {
   border-color: #957B67;
 }
 .TagClassName
 {
   border-color: #957B67;
 }
</style>