Shades of Schooner #8F8675
Tints of Schooner #8F8675
RGB
CMYK
RGB Variations
Color information
#8F8675 (or 0x8F8675) is known color: Schooner. HEX triplet: 8F, 86 and 75. RGB value is (143,134,117). Sum of RGB (Red+Green+Blue) = 143+134+117=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8675 is #70798A. Grayscale: #868686. Windows color (decimal): -7371147 or 7702159. OLE color: 7702159.
HSL color Cylindrical-coordinate representation of color #8F8675: hue angle of 39.23º 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 #8F8675 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 117 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.44 |
| HSL | 39.23º | 0.1% | 0.51% | - |
| HSV(B) | 39.23º | 0.18% | 0.56% | - |
| XYZ | 23.06 | 24.17 | 20.28 | - |
| YUV | 134.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 117 | 0 | 0.06 | 0.18 | 0.44 | 39.23 | 0.1 | 0.51 |
| Hex | 8F | 86 | 75 | 0 | 6 | 12 | 2C | 27 | A | 33 |
| Octal | 217 | 206 | 165 | 0 | 6 | 22 | 54 | 47 | 12 | 63 |
| Binary | 10001111 | 10000110 | 1110101 | 0 | 110 | 10010 | 101100 | 100111 | 1010 | 110011 |
Color Harmonies of #8F8675
Complementary color
Monochromatic Colors of #8F8675
Black with #8F8675
Text Example
Text Example
White with #8F8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8675; }
p { color: rgb(143,134,117); }
H1.HeaderClassName
{
color: #8F8675;
}
.AnyTagClassName
{
color: #8F8675;
}
</style>
background-color css
<style>
a { background-color: #8F8675; }
a { background-color: rgb(143,134,117); }
div.DivClassName
{
background-color: #8F8675;
}
.BgClassName
{
background-color: #8F8675;
}
</style>
border-color css
<style>
span { border-color: #8F8675; }
span { border-color: rgb(143,134,117); }
td.TdClassName
{
border-color: #8F8675;
}
.TagClassName
{
border-color: #8F8675;
}
</style>