Html Css Color HEX #996B54 Dark Tan

📋 copy color: '#996B54'

red 153 ◦ green 107 ◦ blue 84

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

Shades of Dark Tan #996B54

Tints of Dark Tan #996B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 44.48%
G = 31.1%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#996B54 (or 0x996B54) is known color: Dark Tan. HEX triplet: 99, 6B and 54. RGB value is (153,107,84). Sum of RGB (Red+Green+Blue) = 153+107+84=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B54 is #6694AB. Grayscale: #767676. Windows color (decimal): -6722732 or 5532569. OLE color: 5532569.

HSL color Cylindrical-coordinate representation of color #996B54: hue angle of 20º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996B54 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 84 -
CMYK 0 0.30 0.45 0.4
HSL 20º 0.29% 0.46% -
HSV(B) 20º 0.45% 0.6% -
XYZ 19.99 17.93 10.79 -
YUV 118.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 153 107 84 0 0.30 0.45 0.4 20 0.29 0.46
Hex 99 6B 54 0 1E 2D 28 14 1D 2E
Octal 231 153 124 0 36 55 50 24 35 56
Binary 10011001 1101011 1010100 0 11110 101101 101000 10100 11101 101110

Color Harmonies of #996B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B54

Black with #996B54

Text Example


Text Example

White with #996B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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