#8F8E6A

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

Shades of Bitter #8F8E6A

Tints of Bitter #8F8E6A

Color information

#8F8E6A (or 0x8F8E6A) is unknown color: approx Bitter. HEX triplet: 8F, 8E and 6A. RGB value is (143,142,106). Sum of RGB (Red+Green+Blue) = 143+142+106=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8E6A is #707195. Grayscale: #8A8A8A. Windows color (decimal): -7369110 or 6983311. OLE color: 6983311.

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

Color convert

RGB143142106-
CMYK00.010.260.44
HSL58.38º14.86%48.82%-
HSV(B)58.38º25.87%56.08%-
XYZ23.626.2317.45-
YUV138.2109.83131.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=36.57%
G=36.32%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14314210600.010.260.4458.3814.8648.82
Hex8F8E6A011A2C3af31
Octal217216152013254721761
Binary1000111110001110110101001110101011001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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