Html Css Color HEX #986028 Afghan Tan

📋 copy color: '#986028'

red 152 ◦ green 96 ◦ blue 40

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

Shades of Afghan Tan #986028

Tints of Afghan Tan #986028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 52.78%
G = 33.33%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#986028 (or 0x986028) is known color: Afghan Tan. HEX triplet: 98, 60 and 28. RGB value is (152,96,40). Sum of RGB (Red+Green+Blue) = 152+96+40=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986028 is #679FD7. Grayscale: #6A6A6A. Windows color (decimal): -6791128 or 2646168. OLE color: 2646168.

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

Color convert

RGB 152 96 40 -
CMYK 0 0.37 0.74 0.40
HSL 30º 0.58% 0.38% -
HSV(B) 30º 0.74% 0.6% -
XYZ 17.51 15.19 4.02 -
YUV 106.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 152 96 40 0 0.37 0.74 0.40 30 0.58 0.38
Hex 98 60 28 0 25 4A 28 1E 3A 26
Octal 230 140 50 0 45 112 50 36 72 46
Binary 10011000 1100000 101000 0 100101 1001010 101000 11110 111010 100110

Color Harmonies of #986028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986028

Black with #986028

Text Example


Text Example

White with #986028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986028; }

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

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

background-color css

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

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

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

border-color css

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

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

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