Shades of Schooner #92856E
Tints of Schooner #92856E
RGB
CMYK
RGB Variations
Color information
#92856E (or 0x92856E) is known color: Schooner. HEX triplet: 92, 85 and 6E. RGB value is (146,133,110). Sum of RGB (Red+Green+Blue) = 146+133+110=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92856E is #6D7A91. Grayscale: #868686. Windows color (decimal): -7174802 or 7243154. OLE color: 7243154.
HSL color Cylindrical-coordinate representation of color #92856E: hue angle of 38.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92856E is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 110 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.43 |
| HSL | 38.33º | 0.14% | 0.5% | - |
| HSV(B) | 38.33º | 0.25% | 0.57% | - |
| XYZ | 23.06 | 24.01 | 18.17 | - |
| YUV | 134.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 110 | 0 | 0.09 | 0.25 | 0.43 | 38.33 | 0.14 | 0.5 |
| Hex | 92 | 85 | 6E | 0 | 9 | 19 | 2B | 26 | E | 32 |
| Octal | 222 | 205 | 156 | 0 | 11 | 31 | 53 | 46 | 16 | 62 |
| Binary | 10010010 | 10000101 | 1101110 | 0 | 1001 | 11001 | 101011 | 100110 | 1110 | 110010 |
Color Harmonies of #92856E
Complementary color
Monochromatic Colors of #92856E
Black with #92856E
Text Example
Text Example
White with #92856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92856E; }
p { color: rgb(146,133,110); }
H1.HeaderClassName
{
color: #92856E;
}
.AnyTagClassName
{
color: #92856E;
}
</style>
background-color css
<style>
a { background-color: #92856E; }
a { background-color: rgb(146,133,110); }
div.DivClassName
{
background-color: #92856E;
}
.BgClassName
{
background-color: #92856E;
}
</style>
border-color css
<style>
span { border-color: #92856E; }
span { border-color: rgb(146,133,110); }
td.TdClassName
{
border-color: #92856E;
}
.TagClassName
{
border-color: #92856E;
}
</style>