#996F67

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

Shades of Dark Chestnut #996F67

Tints of Dark Chestnut #996F67

Color information

#996F67 (or 0x996F67) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6F and 67. RGB value is (153,111,103). Sum of RGB (Red+Green+Blue) = 153+111+103=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F67 is #669098. Grayscale: #7A7A7A. Windows color (decimal): -6721689 or 6778777. OLE color: 6778777.

HSL color Cylindrical-coordinate representation of color #996F67: hue angle of 9.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996F67 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153111103-
CMYK00.270.330.4
HSL9.6º19.69%50.2%-
HSV(B)9.6º32.68%60%-
XYZ21.2719.1215.4-
YUV122.65116.91149.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=41.69%
G=30.25%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311110300.270.330.49.619.6950.2
Hex996F6701B2128a1432
Octal2311571470334150122462
Binary1001100111011111100111011011100001101000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F67; }

 p { color: rgb(153,111,103); }

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

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

 a { background-color: rgb(153,111,103); }

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

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

 span { border-color: rgb(153,111,103); }

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