Html Css Color HEX #957D66 Squirrel

📋 copy color: '#957D66'

red 149 ◦ green 125 ◦ blue 102

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

Shades of Squirrel #957D66

Tints of Squirrel #957D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

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

R = 39.63%
G = 33.24%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957D66 (or 0x957D66) is known color: Squirrel. HEX triplet: 95, 7D and 66. RGB value is (149,125,102). Sum of RGB (Red+Green+Blue) = 149+125+102=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #957D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D66 is #6A8299. Grayscale: #818181. Windows color (decimal): -6980250 or 6716821. OLE color: 6716821.

HSL color Cylindrical-coordinate representation of color #957D66: hue angle of 29.36º 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 #957D66 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 102 -
CMYK 0 0.16 0.32 0.42
HSL 29.36º 0.19% 0.49% -
HSV(B) 29.36º 0.32% 0.58% -
XYZ 22.13 22.02 15.65 -
YUV 129.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 149 125 102 0 0.16 0.32 0.42 29.36 0.19 0.49
Hex 95 7D 66 0 10 20 2A 1D 13 31
Octal 225 175 146 0 20 40 52 35 23 61
Binary 10010101 1111101 1100110 0 10000 100000 101010 11101 10011 110001

Color Harmonies of #957D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D66

Black with #957D66

Text Example


Text Example

White with #957D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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