#96685F

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

Shades of Dark Chestnut #96685F

Tints of Dark Chestnut #96685F

Color information

#96685F (or 0x96685F) is unknown color: approx Dark Chestnut. HEX triplet: 96, 68 and 5F. RGB value is (150,104,95). Sum of RGB (Red+Green+Blue) = 150+104+95=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685F is #6997A0. Grayscale: #747474. Windows color (decimal): -6920097 or 6252694. OLE color: 6252694.

HSL color Cylindrical-coordinate representation of color #96685F: hue angle of 9.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96685F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15010495-
CMYK00.310.370.41
HSL9.82º22.45%48.04%-
HSV(B)9.82º36.67%58.82%-
XYZ19.5917.2113.12-
YUV116.73115.74151.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=42.98%
G=29.80%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501049500.310.370.419.8222.4548.04
Hex96685F01F2529a1630
Octal2261501370374551122660
Binary1001011011010001011111011111100101101001101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96685F; }

 p { color: rgb(150,104,95); }

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

<style>
 a { background-color: #96685F; }

 a { background-color: rgb(150,104,95); }

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

<style>
 span { border-color: #96685F; }

 span { border-color: rgb(150,104,95); }

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