#96726B

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

Shades of Dark Chestnut #96726B

Tints of Dark Chestnut #96726B

Color information

#96726B (or 0x96726B) is unknown color: approx Dark Chestnut. HEX triplet: 96, 72 and 6B. RGB value is (150,114,107). Sum of RGB (Red+Green+Blue) = 150+114+107=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726B is #698D94. Grayscale: #7C7C7C. Windows color (decimal): -6917525 or 7041686. OLE color: 7041686.

HSL color Cylindrical-coordinate representation of color #96726B: hue angle of 9.77º 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 #96726B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150114107-
CMYK00.240.290.41
HSL9.77º17%50.39%-
HSV(B)9.77º28.67%58.82%-
XYZ21.2519.5816.57-
YUV123.97118.43146.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=40.43%
G=30.73%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410700.240.290.419.771750.39
Hex96726B0181D29a1132
Octal2261621530303551122162
Binary100101101110010110101101100011101101001101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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