#966D67

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

Shades of Dark Chestnut #966D67

Tints of Dark Chestnut #966D67

Color information

#966D67 (or 0x966D67) is unknown color: approx Dark Chestnut. HEX triplet: 96, 6D and 67. RGB value is (150,109,103). Sum of RGB (Red+Green+Blue) = 150+109+103=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #966D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D67 is #699298. Grayscale: #787878. Windows color (decimal): -6918809 or 6778262. OLE color: 6778262.

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

Color convert

RGB150109103-
CMYK00.270.310.41
HSL7.66º18.58%49.61%-
HSV(B)7.66º31.33%58.82%-
XYZ20.4918.415.3-
YUV120.58118.08148.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=41.44%
G=30.11%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010910300.270.310.417.6618.5849.61
Hex966D6701B1F2981332
Octal2261551470333751102362
Binary100101101101101110011101101111111101001100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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