Html Css Color HEX #8E6226 Afghan Tan

📋 copy color: '#8E6226'

red 142 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #8E6226

Tints of Afghan Tan #8E6226

RGB

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

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

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

R = 51.08%
G = 35.25%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E6226 (or 0x8E6226) is known color: Afghan Tan. HEX triplet: 8E, 62 and 26. RGB value is (142,98,38). Sum of RGB (Red+Green+Blue) = 142+98+38=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6226 is #719DD9. Grayscale: #686868. Windows color (decimal): -7445978 or 2515598. OLE color: 2515598.

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

Color convert

RGB 142 98 38 -
CMYK 0 0.31 0.73 0.44
HSL 34.62º 0.58% 0.35% -
HSV(B) 34.62º 0.73% 0.56% -
XYZ 15.87 14.63 3.82 -
YUV 104.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 142 98 38 0 0.31 0.73 0.44 34.62 0.58 0.35
Hex 8E 62 26 0 1F 49 2C 23 3A 23
Octal 216 142 46 0 37 111 54 43 72 43
Binary 10001110 1100010 100110 0 11111 1001001 101100 100011 111010 100011

Color Harmonies of #8E6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6226

Black with #8E6226

Text Example


Text Example

White with #8E6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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