#96645F

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

Shades of Dark Chestnut #96645F

Tints of Dark Chestnut #96645F

Color information

#96645F (or 0x96645F) is unknown color: approx Dark Chestnut. HEX triplet: 96, 64 and 5F. RGB value is (150,100,95). Sum of RGB (Red+Green+Blue) = 150+100+95=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96645F is #699BA0. Grayscale: #727272. Windows color (decimal): -6921121 or 6251670. OLE color: 6251670.

HSL color Cylindrical-coordinate representation of color #96645F: hue angle of 5.45º 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 #96645F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15010095-
CMYK00.330.370.41
HSL5.45º22.45%48.04%-
HSV(B)5.45º36.67%58.82%-
XYZ19.216.4212.98-
YUV114.38117.06153.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=43.48%
G=28.99%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501009500.330.370.415.4522.4548.04
Hex96645F021252951630
Octal226144137041455152660
Binary1001011011001001011111010000110010110100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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