Html Css Color HEX #986522 Afghan Tan

📋 copy color: '#986522'

red 152 ◦ green 101 ◦ blue 34

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

Shades of Afghan Tan #986522

Tints of Afghan Tan #986522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 52.96%
G = 35.19%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#986522 (or 0x986522) is known color: Afghan Tan. HEX triplet: 98, 65 and 22. RGB value is (152,101,34). Sum of RGB (Red+Green+Blue) = 152+101+34=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #986522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986522 is #679ADD. Grayscale: #6C6C6C. Windows color (decimal): -6789854 or 2254232. OLE color: 2254232.

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

Color convert

RGB 152 101 34 -
CMYK 0 0.34 0.78 0.40
HSL 34.07º 0.63% 0.36% -
HSV(B) 34.07º 0.78% 0.6% -
XYZ 17.89 16.1 3.68 -
YUV 108.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 152 101 34 0 0.34 0.78 0.40 34.07 0.63 0.36
Hex 98 65 22 0 22 4E 28 22 3F 24
Octal 230 145 42 0 42 116 50 42 77 44
Binary 10011000 1100101 100010 0 100010 1001110 101000 100010 111111 100100

Color Harmonies of #986522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986522

Black with #986522

Text Example


Text Example

White with #986522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986522; }

 p { color: rgb(152,101,34); }

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

background-color css

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

 a { background-color: rgb(152,101,34); }

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

border-color css

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

 span { border-color: rgb(152,101,34); }

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