Html Css Color HEX #996E67 Dark Chestnut

📋 copy color: '#996E67'

red 153 ◦ green 110 ◦ blue 103

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

Shades of Dark Chestnut #996E67

Tints of Dark Chestnut #996E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 41.8%
G = 30.05%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996E67 (or 0x996E67) is known color: Dark Chestnut. HEX triplet: 99, 6E and 67. RGB value is (153,110,103). Sum of RGB (Red+Green+Blue) = 153+110+103=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #996E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E67 is #669198. Grayscale: #7A7A7A. Windows color (decimal): -6721945 or 6778521. OLE color: 6778521.

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

Color convert

RGB 153 110 103 -
CMYK 0 0.28 0.33 0.4
HSL 8.4º 0.2% 0.5% -
HSV(B) 8.4º 0.33% 0.6% -
XYZ 21.16 18.9 15.37 -
YUV 122.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 153 110 103 0 0.28 0.33 0.4 8.4 0.2 0.5
Hex 99 6E 67 0 1C 21 28 8 14 32
Octal 231 156 147 0 34 41 50 10 24 62
Binary 10011001 1101110 1100111 0 11100 100001 101000 1000 10100 110010

Color Harmonies of #996E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E67

Black with #996E67

Text Example


Text Example

White with #996E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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