#996F69

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

Shades of Dark Chestnut #996F69

Tints of Dark Chestnut #996F69

Color information

#996F69 (or 0x996F69) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6F and 69. RGB value is (153,111,105). Sum of RGB (Red+Green+Blue) = 153+111+105=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F69 is #669096. Grayscale: #7A7A7A. Windows color (decimal): -6721687 or 6909849. OLE color: 6909849.

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

Color convert

RGB153111105-
CMYK00.270.310.4
HSL7.5º19.05%50.59%-
HSV(B)7.5º31.37%60%-
XYZ21.3719.1615.94-
YUV122.87117.91149.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=41.46%
G=30.08%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311110500.270.310.47.519.0550.59
Hex996F6901B1F2881333
Octal2311571510333750102363
Binary100110011101111110100101101111111101000100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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