Html Css Color HEX #8E6224 Afghan Tan

📋 copy color: '#8E6224'

red 142 ◦ green 98 ◦ blue 36

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

Shades of Afghan Tan #8E6224

Tints of Afghan Tan #8E6224

RGB

 RED value IS 142 (55.86% from 255) = 51.45%

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

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 51.45%
G = 35.51%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E6224 (or 0x8E6224) is known color: Afghan Tan. HEX triplet: 8E, 62 and 24. RGB value is (142,98,36). Sum of RGB (Red+Green+Blue) = 142+98+36=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6224 is #719DDB. Grayscale: #686868. Windows color (decimal): -7445980 or 2384526. OLE color: 2384526.

HSL color Cylindrical-coordinate representation of color #8E6224: hue angle of 35.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E6224 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 98 36 -
CMYK 0 0.31 0.75 0.44
HSL 35.09º 0.6% 0.35% -
HSV(B) 35.09º 0.75% 0.56% -
XYZ 15.84 14.61 3.65 -
YUV 104.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 142 98 36 0 0.31 0.75 0.44 35.09 0.6 0.35
Hex 8E 62 24 0 1F 4B 2C 23 3C 23
Octal 216 142 44 0 37 113 54 43 74 43
Binary 10001110 1100010 100100 0 11111 1001011 101100 100011 111100 100011

Color Harmonies of #8E6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6224

Black with #8E6224

Text Example


Text Example

White with #8E6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E6224; }

 p { color: rgb(142,98,36); }

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

background-color css

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

 a { background-color: rgb(142,98,36); }

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

border-color css

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

 span { border-color: rgb(142,98,36); }

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