#966259

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

Shades of Dark Chestnut #966259

Tints of Dark Chestnut #966259

Color information

#966259 (or 0x966259) is unknown color: approx Dark Chestnut. HEX triplet: 96, 62 and 59. RGB value is (150,98,89). Sum of RGB (Red+Green+Blue) = 150+98+89=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #966259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966259 is #699DA6. Grayscale: #707070. Windows color (decimal): -6921639 or 5857942. OLE color: 5857942.

HSL color Cylindrical-coordinate representation of color #966259: hue angle of 8.85º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966259 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1509889-
CMYK00.350.410.41
HSL8.85º25.52%46.86%-
HSV(B)8.85º40.67%58.82%-
XYZ18.7515.9411.54-
YUV112.52114.73154.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=44.51%
G=29.08%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150988900.350.410.418.8525.5246.86
Hex966259023292991a2f
Octal2261421310435151113257
Binary10010110110001010110010100011101001101001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966259; }

 p { color: rgb(150,98,89); }

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

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

 a { background-color: rgb(150,98,89); }

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

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

 span { border-color: rgb(150,98,89); }

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