Html Css Color HEX #986424 Afghan Tan

📋 copy color: '#986424'

red 152 ◦ green 100 ◦ blue 36

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

Shades of Afghan Tan #986424

Tints of Afghan Tan #986424

RGB

 RED value IS 152 (59.77% from 255) = 52.78%

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

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

R = 52.78%
G = 34.72%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986424 (or 0x986424) is known color: Afghan Tan. HEX triplet: 98, 64 and 24. RGB value is (152,100,36). Sum of RGB (Red+Green+Blue) = 152+100+36=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986424 is #679BDB. Grayscale: #6C6C6C. Windows color (decimal): -6790108 or 2385048. OLE color: 2385048.

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

Color convert

RGB 152 100 36 -
CMYK 0 0.34 0.76 0.40
HSL 33.1º 0.62% 0.37% -
HSV(B) 33.1º 0.76% 0.6% -
XYZ 17.82 15.92 3.8 -
YUV 108.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 152 100 36 0 0.34 0.76 0.40 33.1 0.62 0.37
Hex 98 64 24 0 22 4C 28 21 3E 25
Octal 230 144 44 0 42 114 50 41 76 45
Binary 10011000 1100100 100100 0 100010 1001100 101000 100001 111110 100101

Color Harmonies of #986424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986424

Black with #986424

Text Example


Text Example

White with #986424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986424; }

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

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

background-color css

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

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

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

border-color css

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

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

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