Html Css Color HEX #986224 Afghan Tan

📋 copy color: '#986224'

red 152 ◦ green 98 ◦ blue 36

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

Shades of Afghan Tan #986224

Tints of Afghan Tan #986224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 53.15%
G = 34.27%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986224 (or 0x986224) is known color: Afghan Tan. HEX triplet: 98, 62 and 24. RGB value is (152,98,36). Sum of RGB (Red+Green+Blue) = 152+98+36=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #986224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986224 is #679DDB. Grayscale: #6B6B6B. Windows color (decimal): -6790620 or 2384536. OLE color: 2384536.

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

Color convert

RGB 152 98 36 -
CMYK 0 0.36 0.76 0.40
HSL 32.07º 0.62% 0.37% -
HSV(B) 32.07º 0.76% 0.6% -
XYZ 17.64 15.54 3.74 -
YUV 107.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 152 98 36 0 0.36 0.76 0.40 32.07 0.62 0.37
Hex 98 62 24 0 24 4C 28 20 3E 25
Octal 230 142 44 0 44 114 50 40 76 45
Binary 10011000 1100010 100100 0 100100 1001100 101000 100000 111110 100101

Color Harmonies of #986224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986224

Black with #986224

Text Example


Text Example

White with #986224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986224; }

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

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

background-color css

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

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

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

border-color css

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

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

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