#966B5D

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

Shades of Dark Chestnut #966B5D

Tints of Dark Chestnut #966B5D

Color information

#966B5D (or 0x966B5D) is unknown color: approx Dark Chestnut. HEX triplet: 96, 6B and 5D. RGB value is (150,107,93). Sum of RGB (Red+Green+Blue) = 150+107+93=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #966B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B5D is #6994A2. Grayscale: #767676. Windows color (decimal): -6919331 or 6122390. OLE color: 6122390.

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

Color convert

RGB15010793-
CMYK00.290.380.41
HSL14.74º23.46%47.65%-
HSV(B)14.74º38%58.82%-
XYZ19.8117.7912.75-
YUV118.26113.75150.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=42.86%
G=30.57%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501079300.290.380.4114.7423.4647.65
Hex966B5D01D2629f1730
Octal2261531350354651172760
Binary1001011011010111011101011101100110101001111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966B5D; }

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

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

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

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

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

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

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

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