Html Css Color HEX #8E6426 Afghan Tan

📋 copy color: '#8E6426'

red 142 ◦ green 100 ◦ blue 38

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

Shades of Afghan Tan #8E6426

Tints of Afghan Tan #8E6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 50.71%
G = 35.71%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E6426 (or 0x8E6426) is known color: Afghan Tan. HEX triplet: 8E, 64 and 26. RGB value is (142,100,38). Sum of RGB (Red+Green+Blue) = 142+100+38=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6426 is #719BD9. Grayscale: #696969. Windows color (decimal): -7445466 or 2516110. OLE color: 2516110.

HSL color Cylindrical-coordinate representation of color #8E6426: hue angle of 35.77º 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 #8E6426 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 100 38 -
CMYK 0 0.30 0.73 0.44
HSL 35.77º 0.58% 0.35% -
HSV(B) 35.77º 0.73% 0.56% -
XYZ 16.06 15.01 3.88 -
YUV 105.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 142 100 38 0 0.30 0.73 0.44 35.77 0.58 0.35
Hex 8E 64 26 0 1E 49 2C 24 3A 23
Octal 216 144 46 0 36 111 54 44 72 43
Binary 10001110 1100100 100110 0 11110 1001001 101100 100100 111010 100011

Color Harmonies of #8E6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6426

Black with #8E6426

Text Example


Text Example

White with #8E6426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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