Html Css Color HEX #986422 Afghan Tan

📋 copy color: '#986422'

red 152 ◦ green 100 ◦ blue 34

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

Shades of Afghan Tan #986422

Tints of Afghan Tan #986422

RGB

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

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

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

R = 53.15%
G = 34.97%
B = 11.89%

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

#986422 (or 0x986422) is known color: Afghan Tan. HEX triplet: 98, 64 and 22. RGB value is (152,100,34). Sum of RGB (Red+Green+Blue) = 152+100+34=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #986422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986422 is #679BDD. Grayscale: #6C6C6C. Windows color (decimal): -6790110 or 2253976. OLE color: 2253976.

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

Color convert

RGB 152 100 34 -
CMYK 0 0.34 0.78 0.40
HSL 33.56º 0.63% 0.36% -
HSV(B) 33.56º 0.78% 0.6% -
XYZ 17.79 15.91 3.65 -
YUV 108.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 152 100 34 0 0.34 0.78 0.40 33.56 0.63 0.36
Hex 98 64 22 0 22 4E 28 22 3F 24
Octal 230 144 42 0 42 116 50 42 77 44
Binary 10011000 1100100 100010 0 100010 1001110 101000 100010 111111 100100

Color Harmonies of #986422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986422

Black with #986422

Text Example


Text Example

White with #986422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986422; }

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

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

background-color css

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

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

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

border-color css

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

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

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