Html Css Color HEX #996548 Dark Tan

📋 copy color: '#996548'

red 153 ◦ green 101 ◦ blue 72

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

Shades of Dark Tan #996548

Tints of Dark Tan #996548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 46.93%
G = 30.98%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#996548 (or 0x996548) is known color: Dark Tan. HEX triplet: 99, 65 and 48. RGB value is (153,101,72). Sum of RGB (Red+Green+Blue) = 153+101+72=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996548 is #669AB7. Grayscale: #717171. Windows color (decimal): -6724280 or 4744601. OLE color: 4744601.

HSL color Cylindrical-coordinate representation of color #996548: hue angle of 21.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996548 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 72 -
CMYK 0 0.34 0.53 0.4
HSL 21.48º 0.36% 0.44% -
HSV(B) 21.48º 0.53% 0.6% -
XYZ 18.96 16.55 8.33 -
YUV 113.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 153 101 72 0 0.34 0.53 0.4 21.48 0.36 0.44
Hex 99 65 48 0 22 35 28 15 24 2C
Octal 231 145 110 0 42 65 50 25 44 54
Binary 10011001 1100101 1001000 0 100010 110101 101000 10101 100100 101100

Color Harmonies of #996548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996548

Black with #996548

Text Example


Text Example

White with #996548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996548; }

 p { color: rgb(153,101,72); }

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

background-color css

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

 a { background-color: rgb(153,101,72); }

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

border-color css

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

 span { border-color: rgb(153,101,72); }

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