#8E8675

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

Shades of Schooner #8E8675

Tints of Schooner #8E8675

Color information

#8E8675 (or 0x8E8675) is unknown color: approx Schooner. HEX triplet: 8E, 86 and 75. RGB value is (142,134,117). Sum of RGB (Red+Green+Blue) = 142+134+117=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8675 is #71798A. Grayscale: #868686. Windows color (decimal): -7436683 or 7702158. OLE color: 7702158.

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

Color convert

RGB142134117-
CMYK00.060.180.44
HSL40.8º9.96%50.78%-
HSV(B)40.8º17.61%55.69%-
XYZ22.8924.0920.27-
YUV134.45118.15133.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=36.13%
G=34.10%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213411700.060.180.4440.89.9650.78
Hex8E867506122C29a33
Octal216206165062254511263
Binary100011101000011011101010110100101011001010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,117); }

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

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

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

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

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

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

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