#96726C

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

Shades of Dark Chestnut #96726C

Tints of Dark Chestnut #96726C

Color information

#96726C (or 0x96726C) is unknown color: approx Dark Chestnut. HEX triplet: 96, 72 and 6C. RGB value is (150,114,108). Sum of RGB (Red+Green+Blue) = 150+114+108=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726C is #698D93. Grayscale: #7C7C7C. Windows color (decimal): -6917524 or 7107222. OLE color: 7107222.

HSL color Cylindrical-coordinate representation of color #96726C: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96726C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB150114108-
CMYK00.240.280.41
HSL8.57º16.67%50.59%-
HSV(B)8.57º28%58.82%-
XYZ21.319.616.85-
YUV124.08118.93146.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=40.32%
G=30.65%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410800.240.280.418.5716.6750.59
Hex96726C0181C2991133
Octal2261621540303451112163
Binary100101101110010110110001100011100101001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96726C; }

 p { color: rgb(150,114,108); }

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

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

 a { background-color: rgb(150,114,108); }

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

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

 span { border-color: rgb(150,114,108); }

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