#917D69

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

Shades of Squirrel #917D69

Tints of Squirrel #917D69

Color information

#917D69 (or 0x917D69) is unknown color: approx Squirrel. HEX triplet: 91, 7D and 69. RGB value is (145,125,105). Sum of RGB (Red+Green+Blue) = 145+125+105=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #917D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D69 is #6E8296. Grayscale: #808080. Windows color (decimal): -7242391 or 6913425. OLE color: 6913425.

HSL color Cylindrical-coordinate representation of color #917D69: hue angle of 30º 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 #917D69 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145125105-
CMYK00.140.280.43
HSL30º16%49.02%-
HSV(B)30º27.59%56.86%-
XYZ21.5621.7116.42-
YUV128.7114.63139.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 28%
R=38.67%
G=33.33%
B=28%

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
Decimal14512510500.140.280.43301649.02
Hex917D690E1C2B1e1031
Octal2211751510163453362061
Binary100100011111101110100101110111001010111111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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