#917D66

Color #917D66 Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #917D66

Tints of Squirrel #917D66

Color information

#917D66 (or 0x917D66) is unknown color: approx Squirrel. HEX triplet: 91, 7D and 66. RGB value is (145,125,102). Sum of RGB (Red+Green+Blue) = 145+125+102=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #917D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D66 is #6E8299. Grayscale: #808080. Windows color (decimal): -7242394 or 6716817. OLE color: 6716817.

HSL color Cylindrical-coordinate representation of color #917D66: hue angle of 32.09º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917D66 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145125102-
CMYK00.140.300.43
HSL32.09º17.41%48.43%-
HSV(B)32.09º29.66%56.86%-
XYZ21.4121.6515.62-
YUV128.36113.13139.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=38.98%
G=33.60%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512510200.140.300.4332.0917.4148.43
Hex917D660E1E2B201130
Octal2211751460163653402160
Binary1001000111111011100110011101111010101110000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #917D66;
 }
 .AnyTagClassName
 {
   color: #917D66;
 }
</style>
background-color css

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

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

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

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

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

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