Html Css Color HEX #996524 Afghan Tan

📋 copy color: '#996524'

red 153 ◦ green 101 ◦ blue 36

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

Shades of Afghan Tan #996524

Tints of Afghan Tan #996524

RGB

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

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

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

R = 52.76%
G = 34.83%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996524 (or 0x996524) is known color: Afghan Tan. HEX triplet: 99, 65 and 24. RGB value is (153,101,36). Sum of RGB (Red+Green+Blue) = 153+101+36=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996524 is #669ADB. Grayscale: #6D6D6D. Windows color (decimal): -6724316 or 2385305. OLE color: 2385305.

HSL color Cylindrical-coordinate representation of color #996524: hue angle of 33.33º 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 #996524 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 36 -
CMYK 0 0.34 0.76 0.4
HSL 33.33º 0.62% 0.37% -
HSV(B) 33.33º 0.76% 0.6% -
XYZ 18.11 16.21 3.84 -
YUV 109.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 153 101 36 0 0.34 0.76 0.4 33.33 0.62 0.37
Hex 99 65 24 0 22 4C 28 21 3E 25
Octal 231 145 44 0 42 114 50 41 76 45
Binary 10011001 1100101 100100 0 100010 1001100 101000 100001 111110 100101

Color Harmonies of #996524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996524

Black with #996524

Text Example


Text Example

White with #996524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996524; }

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

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

background-color css

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

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

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

border-color css

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

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

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