Html Css Color HEX #986428 Afghan Tan

📋 copy color: '#986428'

red 152 ◦ green 100 ◦ blue 40

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

Shades of Afghan Tan #986428

Tints of Afghan Tan #986428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 52.05%
G = 34.25%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#986428 (or 0x986428) is known color: Afghan Tan. HEX triplet: 98, 64 and 28. RGB value is (152,100,40). Sum of RGB (Red+Green+Blue) = 152+100+40=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986428 is #679BD7. Grayscale: #6D6D6D. Windows color (decimal): -6790104 or 2647192. OLE color: 2647192.

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

Color convert

RGB 152 100 40 -
CMYK 0 0.34 0.74 0.40
HSL 32.14º 0.58% 0.38% -
HSV(B) 32.14º 0.74% 0.6% -
XYZ 17.89 15.94 4.14 -
YUV 108.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 152 100 40 0 0.34 0.74 0.40 32.14 0.58 0.38
Hex 98 64 28 0 22 4A 28 20 3A 26
Octal 230 144 50 0 42 112 50 40 72 46
Binary 10011000 1100100 101000 0 100010 1001010 101000 100000 111010 100110

Color Harmonies of #986428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986428

Black with #986428

Text Example


Text Example

White with #986428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986428; }

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

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

background-color css

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

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

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

border-color css

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

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

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