#8D8E63

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

Shades of Bitter #8D8E63

Tints of Bitter #8D8E63

Color information

#8D8E63 (or 0x8D8E63) is unknown color: approx Bitter. HEX triplet: 8D, 8E and 63. RGB value is (141,142,99). Sum of RGB (Red+Green+Blue) = 141+142+99=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #8D8E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8E63 is #72719C. Grayscale: #888888. Windows color (decimal): -7500189 or 6524557. OLE color: 6524557.

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

Color convert

RGB14114299-
CMYK0.0100.300.44
HSL61.4º17.84%47.25%-
HSV(B)61.4º30.28%55.69%-
XYZ22.9125.9115.6-
YUV136.8106.67131-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=36.91%
G=37.17%
B=25.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141142990.0100.300.4461.417.8447.25
Hex8D8E63101E2C3d122f
Octal215216143103654752257
Binary10001101100011101100011101111010110011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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