Html Css Color HEX #986221 Afghan Tan

📋 copy color: '#986221'

red 152 ◦ green 98 ◦ blue 33

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

Shades of Afghan Tan #986221

Tints of Afghan Tan #986221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 53.71%
G = 34.63%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#986221 (or 0x986221) is known color: Afghan Tan. HEX triplet: 98, 62 and 21. RGB value is (152,98,33). Sum of RGB (Red+Green+Blue) = 152+98+33=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #986221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986221 is #679DDE. Grayscale: #6B6B6B. Windows color (decimal): -6790623 or 2187928. OLE color: 2187928.

HSL color Cylindrical-coordinate representation of color #986221: hue angle of 32.77º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986221 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 33 -
CMYK 0 0.36 0.78 0.40
HSL 32.77º 0.64% 0.36% -
HSV(B) 32.77º 0.78% 0.6% -
XYZ 17.59 15.52 3.51 -
YUV 106.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 152 98 33 0 0.36 0.78 0.40 32.77 0.64 0.36
Hex 98 62 21 0 24 4E 28 21 40 24
Octal 230 142 41 0 44 116 50 41 100 44
Binary 10011000 1100010 100001 0 100100 1001110 101000 100001 1000000 100100

Color Harmonies of #986221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986221

Black with #986221

Text Example


Text Example

White with #986221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986221; }

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

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

background-color css

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

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

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

border-color css

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

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

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