Html Css Color HEX #996B53 Dark Tan

📋 copy color: '#996B53'

red 153 ◦ green 107 ◦ blue 83

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

Shades of Dark Tan #996B53

Tints of Dark Tan #996B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 44.61%
G = 31.2%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#996B53 (or 0x996B53) is known color: Dark Tan. HEX triplet: 99, 6B and 53. RGB value is (153,107,83). Sum of RGB (Red+Green+Blue) = 153+107+83=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B53 is #6694AC. Grayscale: #767676. Windows color (decimal): -6722733 or 5467033. OLE color: 5467033.

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

Color convert

RGB 153 107 83 -
CMYK 0 0.30 0.46 0.4
HSL 20.57º 0.3% 0.46% -
HSV(B) 20.57º 0.46% 0.6% -
XYZ 19.96 17.91 10.59 -
YUV 118.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 153 107 83 0 0.30 0.46 0.4 20.57 0.3 0.46
Hex 99 6B 53 0 1E 2E 28 15 1E 2E
Octal 231 153 123 0 36 56 50 25 36 56
Binary 10011001 1101011 1010011 0 11110 101110 101000 10101 11110 101110

Color Harmonies of #996B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B53

Black with #996B53

Text Example


Text Example

White with #996B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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