#917D68

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

Shades of Squirrel #917D68

Tints of Squirrel #917D68

Color information

#917D68 (or 0x917D68) is unknown color: approx Squirrel. HEX triplet: 91, 7D and 68. RGB value is (145,125,104). Sum of RGB (Red+Green+Blue) = 145+125+104=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #917D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D68 is #6E8297. Grayscale: #808080. Windows color (decimal): -7242392 or 6847889. OLE color: 6847889.

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

Color convert

RGB145125104-
CMYK00.140.280.43
HSL30.73º16.47%48.82%-
HSV(B)30.73º28.28%56.86%-
XYZ21.5121.6916.15-
YUV128.59114.13139.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=38.77%
G=33.42%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512510400.140.280.4330.7316.4748.82
Hex917D680E1C2B1f1031
Octal2211751500163453372061
Binary100100011111101110100001110111001010111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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