Html Css Color HEX #957B66 Squirrel

📋 copy color: '#957B66'

red 149 ◦ green 123 ◦ blue 102

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

Shades of Squirrel #957B66

Tints of Squirrel #957B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 39.84%
G = 32.89%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957B66 (or 0x957B66) is known color: Squirrel. HEX triplet: 95, 7B and 66. RGB value is (149,123,102). Sum of RGB (Red+Green+Blue) = 149+123+102=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #957B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B66 is #6A8499. Grayscale: #808080. Windows color (decimal): -6980762 or 6716309. OLE color: 6716309.

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

Color convert

RGB 149 123 102 -
CMYK 0 0.17 0.32 0.42
HSL 26.81º 0.19% 0.49% -
HSV(B) 26.81º 0.32% 0.58% -
XYZ 21.88 21.51 15.57 -
YUV 128.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 149 123 102 0 0.17 0.32 0.42 26.81 0.19 0.49
Hex 95 7B 66 0 11 20 2A 1B 13 31
Octal 225 173 146 0 21 40 52 33 23 61
Binary 10010101 1111011 1100110 0 10001 100000 101010 11011 10011 110001

Color Harmonies of #957B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B66

Black with #957B66

Text Example


Text Example

White with #957B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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