Html Css Color HEX #986226 Afghan Tan

📋 copy color: '#986226'

red 152 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #986226

Tints of Afghan Tan #986226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 52.78%
G = 34.03%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#986226 (or 0x986226) is known color: Afghan Tan. HEX triplet: 98, 62 and 26. RGB value is (152,98,38). Sum of RGB (Red+Green+Blue) = 152+98+38=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986226 is #679DD9. Grayscale: #6B6B6B. Windows color (decimal): -6790618 or 2515608. OLE color: 2515608.

HSL color Cylindrical-coordinate representation of color #986226: hue angle of 31.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #986226 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 38 -
CMYK 0 0.36 0.75 0.40
HSL 31.58º 0.6% 0.37% -
HSV(B) 31.58º 0.75% 0.6% -
XYZ 17.67 15.55 3.9 -
YUV 107.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 152 98 38 0 0.36 0.75 0.40 31.58 0.6 0.37
Hex 98 62 26 0 24 4B 28 20 3C 25
Octal 230 142 46 0 44 113 50 40 74 45
Binary 10011000 1100010 100110 0 100100 1001011 101000 100000 111100 100101

Color Harmonies of #986226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986226

Black with #986226

Text Example


Text Example

White with #986226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986226; }

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

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

background-color css

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

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

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

border-color css

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

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

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