#96716A

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

Shades of Dark Chestnut #96716A

Tints of Dark Chestnut #96716A

Color information

#96716A (or 0x96716A) is unknown color: approx Dark Chestnut. HEX triplet: 96, 71 and 6A. RGB value is (150,113,106). Sum of RGB (Red+Green+Blue) = 150+113+106=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96716A is #698E95. Grayscale: #7B7B7B. Windows color (decimal): -6917782 or 6975894. OLE color: 6975894.

HSL color Cylindrical-coordinate representation of color #96716A: hue angle of 9.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96716A is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150113106-
CMYK00.250.290.41
HSL9.55º17.32%50.2%-
HSV(B)9.55º29.33%58.82%-
XYZ21.0819.3316.26-
YUV123.27118.26147.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=40.65%
G=30.62%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011310600.250.290.419.5517.3250.2
Hex96716A0191D29a1132
Octal2261611520313551122162
Binary100101101110001110101001100111101101001101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96716A; }

 p { color: rgb(150,113,106); }

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

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

 a { background-color: rgb(150,113,106); }

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

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

 span { border-color: rgb(150,113,106); }

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