Html Css Color HEX #996E68 Dark Chestnut

📋 copy color: '#996E68'

red 153 ◦ green 110 ◦ blue 104

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

Shades of Dark Chestnut #996E68

Tints of Dark Chestnut #996E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 41.69%
G = 29.97%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#996E68 (or 0x996E68) is known color: Dark Chestnut. HEX triplet: 99, 6E and 68. RGB value is (153,110,104). Sum of RGB (Red+Green+Blue) = 153+110+104=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E68 is #669197. Grayscale: #7A7A7A. Windows color (decimal): -6721944 or 6844057. OLE color: 6844057.

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

Color convert

RGB 153 110 104 -
CMYK 0 0.28 0.32 0.4
HSL 7.35º 0.19% 0.5% -
HSV(B) 7.35º 0.32% 0.6% -
XYZ 21.21 18.92 15.63 -
YUV 122.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 153 110 104 0 0.28 0.32 0.4 7.35 0.19 0.5
Hex 99 6E 68 0 1C 20 28 7 13 32
Octal 231 156 150 0 34 40 50 7 23 62
Binary 10011001 1101110 1101000 0 11100 100000 101000 111 10011 110010

Color Harmonies of #996E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E68

Black with #996E68

Text Example


Text Example

White with #996E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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