#966C67

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

Shades of Dark Chestnut #966C67

Tints of Dark Chestnut #966C67

Color information

#966C67 (or 0x966C67) is unknown color: approx Dark Chestnut. HEX triplet: 96, 6C and 67. RGB value is (150,108,103). Sum of RGB (Red+Green+Blue) = 150+108+103=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #966C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C67 is #699398. Grayscale: #787878. Windows color (decimal): -6919065 or 6778006. OLE color: 6778006.

HSL color Cylindrical-coordinate representation of color #966C67: hue angle of 6.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966C67 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150108103-
CMYK00.280.310.41
HSL6.38º18.58%49.61%-
HSV(B)6.38º31.33%58.82%-
XYZ20.3918.1915.27-
YUV119.99118.41149.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=41.55%
G=29.92%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010810300.280.310.416.3818.5849.61
Hex966C6701C1F2961332
Octal226154147034375162362
Binary10010110110110011001110111001111110100111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,103); }

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

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

 a { background-color: rgb(150,108,103); }

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

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

 span { border-color: rgb(150,108,103); }

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