Shades of Schooner #8A8681
Tints of Schooner #8A8681
RGB
CMYK
RGB Variations
Color information
#8A8681 (or 0x8A8681) is known color: Schooner. HEX triplet: 8A, 86 and 81. RGB value is (138,134,129). Sum of RGB (Red+Green+Blue) = 138+134+129=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8681 is #75797E. Grayscale: #868686. Windows color (decimal): -7698815 or 8488586. OLE color: 8488586.
HSL color Cylindrical-coordinate representation of color #8A8681: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8681 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 129 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.46 |
| HSL | 33.33º | 0.04% | 0.52% | - |
| HSV(B) | 33.33º | 0.07% | 0.54% | - |
| XYZ | 22.97 | 24.04 | 24.2 | - |
| YUV | 134.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 129 | 0 | 0.03 | 0.07 | 0.46 | 33.33 | 0.04 | 0.52 |
| Hex | 8A | 86 | 81 | 0 | 3 | 7 | 2E | 21 | 4 | 34 |
| Octal | 212 | 206 | 201 | 0 | 3 | 7 | 56 | 41 | 4 | 64 |
| Binary | 10001010 | 10000110 | 10000001 | 0 | 11 | 111 | 101110 | 100001 | 100 | 110100 |
Color Harmonies of #8A8681
Complementary color
Monochromatic Colors of #8A8681
Black with #8A8681
Text Example
Text Example
White with #8A8681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8681; }
p { color: rgb(138,134,129); }
H1.HeaderClassName
{
color: #8A8681;
}
.AnyTagClassName
{
color: #8A8681;
}
</style>
background-color css
<style>
a { background-color: #8A8681; }
a { background-color: rgb(138,134,129); }
div.DivClassName
{
background-color: #8A8681;
}
.BgClassName
{
background-color: #8A8681;
}
</style>
border-color css
<style>
span { border-color: #8A8681; }
span { border-color: rgb(138,134,129); }
td.TdClassName
{
border-color: #8A8681;
}
.TagClassName
{
border-color: #8A8681;
}
</style>