#8E846F

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

Shades of Schooner #8E846F

Tints of Schooner #8E846F

Color information

#8E846F (or 0x8E846F) is unknown color: approx Schooner. HEX triplet: 8E, 84 and 6F. RGB value is (142,132,111). Sum of RGB (Red+Green+Blue) = 142+132+111=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E846F is #717B90. Grayscale: #848484. Windows color (decimal): -7437201 or 7308430. OLE color: 7308430.

HSL color Cylindrical-coordinate representation of color #8E846F: hue angle of 40.65º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E846F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB142132111-
CMYK00.070.220.44
HSL40.65º12.25%49.61%-
HSV(B)40.65º21.83%55.69%-
XYZ22.2823.418.38-
YUV132.6115.81134.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=36.88%
G=34.29%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213211100.070.220.4440.6512.2549.61
Hex8E846F07162C29c32
Octal216204157072654511462
Binary100011101000010011011110111101101011001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,132,111); }

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

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

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

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

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

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

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