#8D867E

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

Shades of Schooner #8D867E

Tints of Schooner #8D867E

Color information

#8D867E (or 0x8D867E) is unknown color: approx Schooner. HEX triplet: 8D, 86 and 7E. RGB value is (141,134,126). Sum of RGB (Red+Green+Blue) = 141+134+126=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D867E is #727981. Grayscale: #878787. Windows color (decimal): -7502210 or 8291981. OLE color: 8291981.

HSL color Cylindrical-coordinate representation of color #8D867E: hue angle of 32º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D867E is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB141134126-
CMYK00.050.110.45
HSL32º6.17%52.35%-
HSV(B)32º10.64%55.29%-
XYZ23.2824.2223.19-
YUV135.18122.82132.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=35.16%
G=33.42%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113412600.050.110.45326.1752.35
Hex8D867E05B2D20634
Octal21520617605135540664
Binary1000110110000110111111001011011101101100000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,126); }

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

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

 a { background-color: rgb(141,134,126); }

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

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

 span { border-color: rgb(141,134,126); }

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