Shades of Schooner #86837F
Tints of Schooner #86837F
RGB
CMYK
RGB Variations
Color information
#86837F (or 0x86837F) is known color: Schooner. HEX triplet: 86, 83 and 7F. RGB value is (134,131,127). Sum of RGB (Red+Green+Blue) = 134+131+127=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 134 - color contains mainly: red. Hex color #86837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86837F is #797C80. Grayscale: #838383. Windows color (decimal): -7961729 or 8356742. OLE color: 8356742.
HSL color Cylindrical-coordinate representation of color #86837F: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86837F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 127 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.47 |
| HSL | 34.29º | 0.03% | 0.51% | - |
| HSV(B) | 34.29º | 0.05% | 0.53% | - |
| XYZ | 21.78 | 22.83 | 23.34 | - |
| YUV | 131.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 127 | 0 | 0.02 | 0.05 | 0.47 | 34.29 | 0.03 | 0.51 |
| Hex | 86 | 83 | 7F | 0 | 2 | 5 | 2F | 22 | 3 | 33 |
| Octal | 206 | 203 | 177 | 0 | 2 | 5 | 57 | 42 | 3 | 63 |
| Binary | 10000110 | 10000011 | 1111111 | 0 | 10 | 101 | 101111 | 100010 | 11 | 110011 |
Color Harmonies of #86837F
Complementary color
Monochromatic Colors of #86837F
Black with #86837F
Text Example
Text Example
White with #86837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86837F; }
p { color: rgb(134,131,127); }
H1.HeaderClassName
{
color: #86837F;
}
.AnyTagClassName
{
color: #86837F;
}
</style>
background-color css
<style>
a { background-color: #86837F; }
a { background-color: rgb(134,131,127); }
div.DivClassName
{
background-color: #86837F;
}
.BgClassName
{
background-color: #86837F;
}
</style>
border-color css
<style>
span { border-color: #86837F; }
span { border-color: rgb(134,131,127); }
td.TdClassName
{
border-color: #86837F;
}
.TagClassName
{
border-color: #86837F;
}
</style>