Html Css Color HEX #986429 Afghan Tan

📋 copy color: '#986429'

red 152 ◦ green 100 ◦ blue 41

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

Shades of Afghan Tan #986429

Tints of Afghan Tan #986429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 51.88%
G = 34.13%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986429 (or 0x986429) is known color: Afghan Tan. HEX triplet: 98, 64 and 29. RGB value is (152,100,41). Sum of RGB (Red+Green+Blue) = 152+100+41=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986429 is #679BD6. Grayscale: #6D6D6D. Windows color (decimal): -6790103 or 2712728. OLE color: 2712728.

HSL color Cylindrical-coordinate representation of color #986429: hue angle of 31.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #986429 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 41 -
CMYK 0 0.34 0.73 0.40
HSL 31.89º 0.58% 0.38% -
HSV(B) 31.89º 0.73% 0.6% -
XYZ 17.91 15.95 4.23 -
YUV 108.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 152 100 41 0 0.34 0.73 0.40 31.89 0.58 0.38
Hex 98 64 29 0 22 49 28 20 3A 26
Octal 230 144 51 0 42 111 50 40 72 46
Binary 10011000 1100100 101001 0 100010 1001001 101000 100000 111010 100110

Color Harmonies of #986429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986429

Black with #986429

Text Example


Text Example

White with #986429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986429; }

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

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

background-color css

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

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

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

border-color css

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

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

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