Html Css Color HEX #996E69 Dark Chestnut

📋 copy color: '#996E69'

red 153 ◦ green 110 ◦ blue 105

#996E69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #996E69

Tints of Dark Chestnut #996E69

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 41.58%
G = 29.89%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996E69 (or 0x996E69) is known color: Dark Chestnut. HEX triplet: 99, 6E and 69. RGB value is (153,110,105). Sum of RGB (Red+Green+Blue) = 153+110+105=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #996E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E69 is #669196. Grayscale: #7A7A7A. Windows color (decimal): -6721943 or 6909593. OLE color: 6909593.

HSL color Cylindrical-coordinate representation of color #996E69: hue angle of 6.25º 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 #996E69 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 105 -
CMYK 0 0.28 0.31 0.4
HSL 6.25º 0.19% 0.51% -
HSV(B) 6.25º 0.31% 0.6% -
XYZ 21.26 18.94 15.9 -
YUV 122.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 153 110 105 0 0.28 0.31 0.4 6.25 0.19 0.51
Hex 99 6E 69 0 1C 1F 28 6 13 33
Octal 231 156 151 0 34 37 50 6 23 63
Binary 10011001 1101110 1101001 0 11100 11111 101000 110 10011 110011

Color Harmonies of #996E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E69

Black with #996E69

Text Example


Text Example

White with #996E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #996E69;
 }
 .AnyTagClassName
 {
   color: #996E69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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