#916E66

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

Shades of Dark Chestnut #916E66

Tints of Dark Chestnut #916E66

Color information

#916E66 (or 0x916E66) is unknown color: approx Dark Chestnut. HEX triplet: 91, 6E and 66. RGB value is (145,110,102). Sum of RGB (Red+Green+Blue) = 145+110+102=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E66 is #6E9199. Grayscale: #777777. Windows color (decimal): -7246234 or 6712977. OLE color: 6712977.

HSL color Cylindrical-coordinate representation of color #916E66: hue angle of 11.16º 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 #916E66 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145110102-
CMYK00.240.300.43
HSL11.16º17.41%48.43%-
HSV(B)11.16º29.66%56.86%-
XYZ19.6518.1315.03-
YUV119.55118.1146.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=40.62%
G=30.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511010200.240.300.4311.1617.4148.43
Hex916E660181E2Bb1130
Octal2211561460303653132160
Binary100100011101110110011001100011110101011101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E66; }

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

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

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

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

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

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

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

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