Html Css Color HEX #996A53 Dark Tan

📋 copy color: '#996A53'

red 153 ◦ green 106 ◦ blue 83

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

Shades of Dark Tan #996A53

Tints of Dark Tan #996A53

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

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

R = 44.74%
G = 30.99%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#996A53 (or 0x996A53) is known color: Dark Tan. HEX triplet: 99, 6A and 53. RGB value is (153,106,83). Sum of RGB (Red+Green+Blue) = 153+106+83=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A53 is #6695AC. Grayscale: #757575. Windows color (decimal): -6722989 or 5466777. OLE color: 5466777.

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

Color convert

RGB 153 106 83 -
CMYK 0 0.31 0.46 0.4
HSL 19.71º 0.3% 0.46% -
HSV(B) 19.71º 0.46% 0.6% -
XYZ 19.85 17.7 10.55 -
YUV 117.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 153 106 83 0 0.31 0.46 0.4 19.71 0.3 0.46
Hex 99 6A 53 0 1F 2E 28 14 1E 2E
Octal 231 152 123 0 37 56 50 24 36 56
Binary 10011001 1101010 1010011 0 11111 101110 101000 10100 11110 101110

Color Harmonies of #996A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A53

Black with #996A53

Text Example


Text Example

White with #996A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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