#917D62

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

Shades of Squirrel #917D62

Tints of Squirrel #917D62

Color information

#917D62 (or 0x917D62) is unknown color: approx Squirrel. HEX triplet: 91, 7D and 62. RGB value is (145,125,98). Sum of RGB (Red+Green+Blue) = 145+125+98=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #917D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D62 is #6E829D. Grayscale: #808080. Windows color (decimal): -7242398 or 6454673. OLE color: 6454673.

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

Color convert

RGB14512598-
CMYK00.140.320.43
HSL34.47º19.34%47.65%-
HSV(B)34.47º32.41%56.86%-
XYZ21.2221.5714.6-
YUV127.9111.13140.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=39.40%
G=33.97%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451259800.140.320.4334.4719.3447.65
Hex917D620E202B221330
Octal2211751420164053422360
Binary10010001111110111000100111010000010101110001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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