Html Css Color HEX #996B42 Dark Tan

📋 copy color: '#996B42'

red 153 ◦ green 107 ◦ blue 66

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

Shades of Dark Tan #996B42

Tints of Dark Tan #996B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

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

R = 46.93%
G = 32.82%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996B42 (or 0x996B42) is known color: Dark Tan. HEX triplet: 99, 6B and 42. RGB value is (153,107,66). Sum of RGB (Red+Green+Blue) = 153+107+66=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B42 is #6694BD. Grayscale: #747474. Windows color (decimal): -6722750 or 4352921. OLE color: 4352921.

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

Color convert

RGB 153 107 66 -
CMYK 0 0.30 0.57 0.4
HSL 28.28º 0.4% 0.43% -
HSV(B) 28.28º 0.57% 0.6% -
XYZ 19.38 17.68 7.55 -
YUV 116.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 153 107 66 0 0.30 0.57 0.4 28.28 0.4 0.43
Hex 99 6B 42 0 1E 39 28 1C 28 2B
Octal 231 153 102 0 36 71 50 34 50 53
Binary 10011001 1101011 1000010 0 11110 111001 101000 11100 101000 101011

Color Harmonies of #996B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B42

Black with #996B42

Text Example


Text Example

White with #996B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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