Html Css Color HEX #986228 Afghan Tan

📋 copy color: '#986228'

red 152 ◦ green 98 ◦ blue 40

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

Shades of Afghan Tan #986228

Tints of Afghan Tan #986228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

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

R = 52.41%
G = 33.79%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#986228 (or 0x986228) is known color: Afghan Tan. HEX triplet: 98, 62 and 28. RGB value is (152,98,40). Sum of RGB (Red+Green+Blue) = 152+98+40=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986228 is #679DD7. Grayscale: #6B6B6B. Windows color (decimal): -6790616 or 2646680. OLE color: 2646680.

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

Color convert

RGB 152 98 40 -
CMYK 0 0.36 0.74 0.40
HSL 31.07º 0.58% 0.38% -
HSV(B) 31.07º 0.74% 0.6% -
XYZ 17.7 15.56 4.08 -
YUV 107.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 152 98 40 0 0.36 0.74 0.40 31.07 0.58 0.38
Hex 98 62 28 0 24 4A 28 1F 3A 26
Octal 230 142 50 0 44 112 50 37 72 46
Binary 10011000 1100010 101000 0 100100 1001010 101000 11111 111010 100110

Color Harmonies of #986228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986228

Black with #986228

Text Example


Text Example

White with #986228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986228; }

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

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

background-color css

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

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

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

border-color css

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

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

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