#916C66

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

Shades of Dark Chestnut #916C66

Tints of Dark Chestnut #916C66

Color information

#916C66 (or 0x916C66) is unknown color: approx Dark Chestnut. HEX triplet: 91, 6C and 66. RGB value is (145,108,102). Sum of RGB (Red+Green+Blue) = 145+108+102=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C66 is #6E9399. Grayscale: #767676. Windows color (decimal): -7246746 or 6712465. OLE color: 6712465.

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

Color convert

RGB145108102-
CMYK00.260.300.43
HSL8.37º17.41%48.43%-
HSV(B)8.37º29.66%56.86%-
XYZ19.4417.714.96-
YUV118.38118.76146.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=40.85%
G=30.42%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510810200.260.300.438.3717.4148.43
Hex916C6601A1E2B81130
Octal2211541460323653102160
Binary100100011101100110011001101011110101011100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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