Shades of Schooner #92856F
Tints of Schooner #92856F
RGB
CMYK
RGB Variations
Color information
#92856F (or 0x92856F) is known color: Schooner. HEX triplet: 92, 85 and 6F. RGB value is (146,133,111). Sum of RGB (Red+Green+Blue) = 146+133+111=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92856F is #6D7A90. Grayscale: #868686. Windows color (decimal): -7174801 or 7308690. OLE color: 7308690.
HSL color Cylindrical-coordinate representation of color #92856F: hue angle of 37.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92856F is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 111 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.43 |
| HSL | 37.71º | 0.14% | 0.5% | - |
| HSV(B) | 37.71º | 0.24% | 0.57% | - |
| XYZ | 23.11 | 24.03 | 18.46 | - |
| YUV | 134.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 111 | 0 | 0.09 | 0.24 | 0.43 | 37.71 | 0.14 | 0.5 |
| Hex | 92 | 85 | 6F | 0 | 9 | 18 | 2B | 26 | E | 32 |
| Octal | 222 | 205 | 157 | 0 | 11 | 30 | 53 | 46 | 16 | 62 |
| Binary | 10010010 | 10000101 | 1101111 | 0 | 1001 | 11000 | 101011 | 100110 | 1110 | 110010 |
Color Harmonies of #92856F
Complementary color
Monochromatic Colors of #92856F
Black with #92856F
Text Example
Text Example
White with #92856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92856F; }
p { color: rgb(146,133,111); }
H1.HeaderClassName
{
color: #92856F;
}
.AnyTagClassName
{
color: #92856F;
}
</style>
background-color css
<style>
a { background-color: #92856F; }
a { background-color: rgb(146,133,111); }
div.DivClassName
{
background-color: #92856F;
}
.BgClassName
{
background-color: #92856F;
}
</style>
border-color css
<style>
span { border-color: #92856F; }
span { border-color: rgb(146,133,111); }
td.TdClassName
{
border-color: #92856F;
}
.TagClassName
{
border-color: #92856F;
}
</style>