#917B6C

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

Shades of Squirrel #917B6C

Tints of Squirrel #917B6C

Color information

#917B6C (or 0x917B6C) is unknown color: approx Squirrel. HEX triplet: 91, 7B and 6C. RGB value is (145,123,108). Sum of RGB (Red+Green+Blue) = 145+123+108=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B6C is #6E8493. Grayscale: #7F7F7F. Windows color (decimal): -7242900 or 7109521. OLE color: 7109521.

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

Color convert

RGB145123108-
CMYK00.150.260.43
HSL24.32º14.62%49.61%-
HSV(B)24.32º25.52%56.86%-
XYZ21.4721.2717.16-
YUV127.87116.79140.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=38.56%
G=32.71%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512310800.150.260.4324.3214.6249.61
Hex917B6C0F1A2B18f32
Octal2211731540173253301762
Binary10010001111101111011000111111010101011110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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