Html Css Color HEX #996F49 Dark Tan

📋 copy color: '#996F49'

red 153 ◦ green 111 ◦ blue 73

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

Shades of Dark Tan #996F49

Tints of Dark Tan #996F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 45.4%
G = 32.94%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#996F49 (or 0x996F49) is known color: Dark Tan. HEX triplet: 99, 6F and 49. RGB value is (153,111,73). Sum of RGB (Red+Green+Blue) = 153+111+73=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F49 is #6690B6. Grayscale: #777777. Windows color (decimal): -6721719 or 4812697. OLE color: 4812697.

HSL color Cylindrical-coordinate representation of color #996F49: hue angle of 28.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996F49 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 73 -
CMYK 0 0.27 0.52 0.4
HSL 28.5º 0.35% 0.44% -
HSV(B) 28.5º 0.52% 0.6% -
XYZ 20.02 18.62 8.84 -
YUV 119.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 153 111 73 0 0.27 0.52 0.4 28.5 0.35 0.44
Hex 99 6F 49 0 1B 34 28 1C 23 2C
Octal 231 157 111 0 33 64 50 34 43 54
Binary 10011001 1101111 1001001 0 11011 110100 101000 11100 100011 101100

Color Harmonies of #996F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F49

Black with #996F49

Text Example


Text Example

White with #996F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,111,73); }

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

background-color css

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

 a { background-color: rgb(153,111,73); }

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

border-color css

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

 span { border-color: rgb(153,111,73); }

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