Html Css Color HEX #996424 Afghan Tan

📋 copy color: '#996424'

red 153 ◦ green 100 ◦ blue 36

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

Shades of Afghan Tan #996424

Tints of Afghan Tan #996424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 52.94%
G = 34.6%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996424 (or 0x996424) is known color: Afghan Tan. HEX triplet: 99, 64 and 24. RGB value is (153,100,36). Sum of RGB (Red+Green+Blue) = 153+100+36=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996424 is #669BDB. Grayscale: #6C6C6C. Windows color (decimal): -6724572 or 2385049. OLE color: 2385049.

HSL color Cylindrical-coordinate representation of color #996424: hue angle of 32.82º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #996424 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 36 -
CMYK 0 0.35 0.76 0.4
HSL 32.82º 0.62% 0.37% -
HSV(B) 32.82º 0.76% 0.6% -
XYZ 18.01 16.01 3.81 -
YUV 108.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 153 100 36 0 0.35 0.76 0.4 32.82 0.62 0.37
Hex 99 64 24 0 23 4C 28 21 3E 25
Octal 231 144 44 0 43 114 50 41 76 45
Binary 10011001 1100100 100100 0 100011 1001100 101000 100001 111110 100101

Color Harmonies of #996424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996424

Black with #996424

Text Example


Text Example

White with #996424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996424; }

 p { color: rgb(153,100,36); }

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

background-color css

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

 a { background-color: rgb(153,100,36); }

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

border-color css

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

 span { border-color: rgb(153,100,36); }

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