#8D867B

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

Shades of Schooner #8D867B

Tints of Schooner #8D867B

Color information

#8D867B (or 0x8D867B) is unknown color: approx Schooner. HEX triplet: 8D, 86 and 7B. RGB value is (141,134,123). Sum of RGB (Red+Green+Blue) = 141+134+123=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D867B is #727984. Grayscale: #868686. Windows color (decimal): -7502213 or 8095373. OLE color: 8095373.

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

Color convert

RGB141134123-
CMYK00.050.130.45
HSL36.67º7.32%51.76%-
HSV(B)36.67º12.77%55.29%-
XYZ23.0824.1422.18-
YUV134.84121.32132.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=35.43%
G=33.67%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113412300.050.130.4536.677.3251.76
Hex8D867B05D2D25734
Octal21520617305155545764
Binary1000110110000110111101101011101101101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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