Html Css Color HEX #996E42 Dark Tan

📋 copy color: '#996E42'

red 153 ◦ green 110 ◦ blue 66

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

Shades of Dark Tan #996E42

Tints of Dark Tan #996E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 46.5%
G = 33.43%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996E42 (or 0x996E42) is known color: Dark Tan. HEX triplet: 99, 6E and 42. RGB value is (153,110,66). Sum of RGB (Red+Green+Blue) = 153+110+66=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #996E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E42 is #6691BD. Grayscale: #767676. Windows color (decimal): -6721982 or 4353689. OLE color: 4353689.

HSL color Cylindrical-coordinate representation of color #996E42: hue angle of 30.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996E42 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 66 -
CMYK 0 0.28 0.57 0.4
HSL 30.34º 0.4% 0.43% -
HSV(B) 30.34º 0.57% 0.6% -
XYZ 19.7 18.32 7.65 -
YUV 117.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 153 110 66 0 0.28 0.57 0.4 30.34 0.4 0.43
Hex 99 6E 42 0 1C 39 28 1E 28 2B
Octal 231 156 102 0 34 71 50 36 50 53
Binary 10011001 1101110 1000010 0 11100 111001 101000 11110 101000 101011

Color Harmonies of #996E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E42

Black with #996E42

Text Example


Text Example

White with #996E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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