Html Css Color HEX #986322 Afghan Tan

📋 copy color: '#986322'

red 152 ◦ green 99 ◦ blue 34

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

Shades of Afghan Tan #986322

Tints of Afghan Tan #986322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 53.33%
G = 34.74%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#986322 (or 0x986322) is known color: Afghan Tan. HEX triplet: 98, 63 and 22. RGB value is (152,99,34). Sum of RGB (Red+Green+Blue) = 152+99+34=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #986322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986322 is #679CDD. Grayscale: #6B6B6B. Windows color (decimal): -6790366 or 2253720. OLE color: 2253720.

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

Color convert

RGB 152 99 34 -
CMYK 0 0.35 0.78 0.40
HSL 33.05º 0.63% 0.36% -
HSV(B) 33.05º 0.78% 0.6% -
XYZ 17.7 15.71 3.61 -
YUV 107.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 152 99 34 0 0.35 0.78 0.40 33.05 0.63 0.36
Hex 98 63 22 0 23 4E 28 21 3F 24
Octal 230 143 42 0 43 116 50 41 77 44
Binary 10011000 1100011 100010 0 100011 1001110 101000 100001 111111 100100

Color Harmonies of #986322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986322

Black with #986322

Text Example


Text Example

White with #986322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986322; }

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

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

background-color css

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

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

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

border-color css

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

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

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