#917B61

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

Shades of Squirrel #917B61

Tints of Squirrel #917B61

Color information

#917B61 (or 0x917B61) is unknown color: approx Squirrel. HEX triplet: 91, 7B and 61. RGB value is (145,123,97). Sum of RGB (Red+Green+Blue) = 145+123+97=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B61 is #6E849E. Grayscale: #7E7E7E. Windows color (decimal): -7242911 or 6388625. OLE color: 6388625.

HSL color Cylindrical-coordinate representation of color #917B61: hue angle of 32.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917B61 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14512397-
CMYK00.150.330.43
HSL32.5º19.83%47.45%-
HSV(B)32.5º33.1%56.86%-
XYZ20.9221.0514.27-
YUV126.61111.29141.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=39.73%
G=33.70%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451239700.150.330.4332.519.8347.45
Hex917B610F212B20142f
Octal2211731410174153402457
Binary10010001111101111000010111110000110101110000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,123,97); }

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

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

 a { background-color: rgb(145,123,97); }

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

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

 span { border-color: rgb(145,123,97); }

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