#8E8E63

Color #8E8E63 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #8E8E63

Tints of Bitter #8E8E63

Color information

#8E8E63 (or 0x8E8E63) is unknown color: approx Bitter. HEX triplet: 8E, 8E and 63. RGB value is (142,142,99). Sum of RGB (Red+Green+Blue) = 142+142+99=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 142 - color contains mainly: red, green. Hex color #8E8E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8E63 is #71719C. Grayscale: #898989. Windows color (decimal): -7434653 or 6524558. OLE color: 6524558.

HSL color Cylindrical-coordinate representation of color #8E8E63: hue angle of 60º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E8E63 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14214299-
CMYK000.300.44
HSL60º17.84%47.25%-
HSV(B)60º30.28%55.69%-
XYZ23.082615.61-
YUV137.1106.5131.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=37.08%
G=37.08%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214299000.300.446017.8447.25
Hex8E8E63001E2C3c122f
Octal216216143003654742257
Binary10001110100011101100011001111010110011110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,142,99); }

 H1.HeaderClassName
 {
   color: #8E8E63;
 }
 .AnyTagClassName
 {
   color: #8E8E63;
 }
</style>
background-color css

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

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

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

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

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

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