#8F8E68

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

Shades of Bitter #8F8E68

Tints of Bitter #8F8E68

Color information

#8F8E68 (or 0x8F8E68) is unknown color: approx Bitter. HEX triplet: 8F, 8E and 68. RGB value is (143,142,104). Sum of RGB (Red+Green+Blue) = 143+142+104=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8E68 is #707197. Grayscale: #8A8A8A. Windows color (decimal): -7369112 or 6852239. OLE color: 6852239.

HSL color Cylindrical-coordinate representation of color #8F8E68: hue angle of 58.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8E68 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB143142104-
CMYK00.010.270.44
HSL58.46º15.79%48.43%-
HSV(B)58.46º27.27%56.08%-
XYZ23.526.1916.91-
YUV137.97108.83131.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=36.76%
G=36.50%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14314210400.010.270.4458.4615.7948.43
Hex8F8E68011B2C3a1030
Octal217216150013354722060
Binary10001111100011101101000011101110110011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,142,104); }

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

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

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

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

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

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

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