#917066

Color #917066 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #917066

Tints of Dark Chestnut #917066

Color information

#917066 (or 0x917066) is unknown color: approx Dark Chestnut. HEX triplet: 91, 70 and 66. RGB value is (145,112,102). Sum of RGB (Red+Green+Blue) = 145+112+102=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917066 is #6E8F99. Grayscale: #787878. Windows color (decimal): -7245722 or 6713489. OLE color: 6713489.

HSL color Cylindrical-coordinate representation of color #917066: hue angle of 13.95º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917066 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145112102-
CMYK00.230.300.43
HSL13.95º17.41%48.43%-
HSV(B)13.95º29.66%56.86%-
XYZ19.8718.5715.11-
YUV120.73117.43145.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=40.39%
G=31.20%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511210200.230.300.4313.9517.4148.43
Hex9170660171E2Be1130
Octal2211601460273653162160
Binary100100011110000110011001011111110101011111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917066; }

 p { color: rgb(145,112,102); }

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

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

 a { background-color: rgb(145,112,102); }

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

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

 span { border-color: rgb(145,112,102); }

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