#96645D

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

Shades of Dark Chestnut #96645D

Tints of Dark Chestnut #96645D

Color information

#96645D (or 0x96645D) is unknown color: approx Dark Chestnut. HEX triplet: 96, 64 and 5D. RGB value is (150,100,93). Sum of RGB (Red+Green+Blue) = 150+100+93=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96645D is #699BA2. Grayscale: #727272. Windows color (decimal): -6921123 or 6120598. OLE color: 6120598.

HSL color Cylindrical-coordinate representation of color #96645D: hue angle of 7.37º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96645D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15010093-
CMYK00.330.380.41
HSL7.37º23.46%47.65%-
HSV(B)7.37º38%58.82%-
XYZ19.1116.3912.51-
YUV114.15116.06153.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=43.73%
G=29.15%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501009300.330.380.417.3723.4647.65
Hex96645D021262971730
Octal226144135041465172760
Binary1001011011001001011101010000110011010100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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