#917D67

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

Shades of Squirrel #917D67

Tints of Squirrel #917D67

Color information

#917D67 (or 0x917D67) is unknown color: approx Squirrel. HEX triplet: 91, 7D and 67. RGB value is (145,125,103). Sum of RGB (Red+Green+Blue) = 145+125+103=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #917D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D67 is #6E8298. Grayscale: #808080. Windows color (decimal): -7242393 or 6782353. OLE color: 6782353.

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

Color convert

RGB145125103-
CMYK00.140.290.43
HSL31.43º16.94%48.63%-
HSV(B)31.43º28.97%56.86%-
XYZ21.4621.6715.88-
YUV128.47113.63139.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=38.87%
G=33.51%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512510300.140.290.4331.4316.9448.63
Hex917D670E1D2B1f1131
Octal2211751470163553372161
Binary100100011111101110011101110111011010111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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