Html Css Color HEX #8E6623 Afghan Tan

📋 copy color: '#8E6623'

red 142 ◦ green 102 ◦ blue 35

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

Shades of Afghan Tan #8E6623

Tints of Afghan Tan #8E6623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 50.9%
G = 36.56%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E6623 (or 0x8E6623) is known color: Afghan Tan. HEX triplet: 8E, 66 and 23. RGB value is (142,102,35). Sum of RGB (Red+Green+Blue) = 142+102+35=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6623 is #7199DC. Grayscale: #6A6A6A. Windows color (decimal): -7444957 or 2320014. OLE color: 2320014.

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

Color convert

RGB 142 102 35 -
CMYK 0 0.28 0.75 0.44
HSL 37.57º 0.6% 0.35% -
HSV(B) 37.57º 0.75% 0.56% -
XYZ 16.21 15.37 3.7 -
YUV 106.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 142 102 35 0 0.28 0.75 0.44 37.57 0.6 0.35
Hex 8E 66 23 0 1C 4B 2C 26 3C 23
Octal 216 146 43 0 34 113 54 46 74 43
Binary 10001110 1100110 100011 0 11100 1001011 101100 100110 111100 100011

Color Harmonies of #8E6623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6623

Black with #8E6623

Text Example


Text Example

White with #8E6623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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