#917B6D

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

Shades of Squirrel #917B6D

Tints of Squirrel #917B6D

Color information

#917B6D (or 0x917B6D) is unknown color: approx Squirrel. HEX triplet: 91, 7B and 6D. RGB value is (145,123,109). Sum of RGB (Red+Green+Blue) = 145+123+109=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #917B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B6D is #6E8492. Grayscale: #808080. Windows color (decimal): -7242899 or 7175057. OLE color: 7175057.

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

Color convert

RGB145123109-
CMYK00.150.250.43
HSL23.33º14.17%49.8%-
HSV(B)23.33º24.83%56.86%-
XYZ21.5221.2917.44-
YUV127.98117.29140.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=38.46%
G=32.63%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512310900.150.250.4323.3314.1749.8
Hex917B6D0F192B17e32
Octal2211731550173153271662
Binary10010001111101111011010111111001101011101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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