Html Css Color HEX #8E6625 Afghan Tan

📋 copy color: '#8E6625'

red 142 ◦ green 102 ◦ blue 37

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

Shades of Afghan Tan #8E6625

Tints of Afghan Tan #8E6625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 50.53%
G = 36.3%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E6625 (or 0x8E6625) is known color: Afghan Tan. HEX triplet: 8E, 66 and 25. RGB value is (142,102,37). Sum of RGB (Red+Green+Blue) = 142+102+37=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6625 is #7199DA. Grayscale: #6A6A6A. Windows color (decimal): -7444955 or 2451086. OLE color: 2451086.

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

Color convert

RGB 142 102 37 -
CMYK 0 0.28 0.74 0.44
HSL 37.14º 0.59% 0.35% -
HSV(B) 37.14º 0.74% 0.56% -
XYZ 16.24 15.39 3.86 -
YUV 106.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 142 102 37 0 0.28 0.74 0.44 37.14 0.59 0.35
Hex 8E 66 25 0 1C 4A 2C 25 3B 23
Octal 216 146 45 0 34 112 54 45 73 43
Binary 10001110 1100110 100101 0 11100 1001010 101100 100101 111011 100011

Color Harmonies of #8E6625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6625

Black with #8E6625

Text Example


Text Example

White with #8E6625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,102,37); }

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

background-color css

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

 a { background-color: rgb(142,102,37); }

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

border-color css

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

 span { border-color: rgb(142,102,37); }

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