#996F68

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

Shades of Dark Chestnut #996F68

Tints of Dark Chestnut #996F68

Color information

#996F68 (or 0x996F68) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6F and 68. RGB value is (153,111,104). Sum of RGB (Red+Green+Blue) = 153+111+104=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #996F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F68 is #669097. Grayscale: #7A7A7A. Windows color (decimal): -6721688 or 6844313. OLE color: 6844313.

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

Color convert

RGB153111104-
CMYK00.270.320.4
HSL8.57º19.37%50.39%-
HSV(B)8.57º32.03%60%-
XYZ21.3219.1415.67-
YUV122.76117.41149.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=41.58%
G=30.16%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311110400.270.320.48.5719.3750.39
Hex996F6801B202891332
Octal2311571500334050112362
Binary1001100111011111101000011011100000101000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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