Shades of Schooner #8D8679
Tints of Schooner #8D8679
RGB
CMYK
RGB Variations
Color information
#8D8679 (or 0x8D8679) is known color: Schooner. HEX triplet: 8D, 86 and 79. RGB value is (141,134,121). Sum of RGB (Red+Green+Blue) = 141+134+121=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8679 is #727986. Grayscale: #868686. Windows color (decimal): -7502215 or 7964301. OLE color: 7964301.
HSL color Cylindrical-coordinate representation of color #8D8679: hue angle of 39º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D8679 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 121 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.45 |
| HSL | 39º | 0.08% | 0.51% | - |
| HSV(B) | 39º | 0.14% | 0.55% | - |
| XYZ | 22.96 | 24.09 | 21.53 | - |
| YUV | 134.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 121 | 0 | 0.05 | 0.14 | 0.45 | 39 | 0.08 | 0.51 |
| Hex | 8D | 86 | 79 | 0 | 5 | E | 2D | 27 | 8 | 33 |
| Octal | 215 | 206 | 171 | 0 | 5 | 16 | 55 | 47 | 10 | 63 |
| Binary | 10001101 | 10000110 | 1111001 | 0 | 101 | 1110 | 101101 | 100111 | 1000 | 110011 |
Color Harmonies of #8D8679
Complementary color
Monochromatic Colors of #8D8679
Black with #8D8679
Text Example
Text Example
White with #8D8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8679; }
p { color: rgb(141,134,121); }
H1.HeaderClassName
{
color: #8D8679;
}
.AnyTagClassName
{
color: #8D8679;
}
</style>
background-color css
<style>
a { background-color: #8D8679; }
a { background-color: rgb(141,134,121); }
div.DivClassName
{
background-color: #8D8679;
}
.BgClassName
{
background-color: #8D8679;
}
</style>
border-color css
<style>
span { border-color: #8D8679; }
span { border-color: rgb(141,134,121); }
td.TdClassName
{
border-color: #8D8679;
}
.TagClassName
{
border-color: #8D8679;
}
</style>