Shades of Schooner #92867A
Tints of Schooner #92867A
RGB
CMYK
RGB Variations
Color information
#92867A (or 0x92867A) is known color: Schooner. HEX triplet: 92, 86 and 7A. RGB value is (146,134,122). Sum of RGB (Red+Green+Blue) = 146+134+122=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #92867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92867A is #6D7985. Grayscale: #888888. Windows color (decimal): -7174534 or 8029842. OLE color: 8029842.
HSL color Cylindrical-coordinate representation of color #92867A: hue angle of 30º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92867A is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 122 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.43 |
| HSL | 30º | 0.1% | 0.53% | - |
| HSV(B) | 30º | 0.16% | 0.57% | - |
| XYZ | 23.89 | 24.57 | 21.89 | - |
| YUV | 136.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 122 | 0 | 0.08 | 0.16 | 0.43 | 30 | 0.1 | 0.53 |
| Hex | 92 | 86 | 7A | 0 | 8 | 10 | 2B | 1E | A | 35 |
| Octal | 222 | 206 | 172 | 0 | 10 | 20 | 53 | 36 | 12 | 65 |
| Binary | 10010010 | 10000110 | 1111010 | 0 | 1000 | 10000 | 101011 | 11110 | 1010 | 110101 |
Color Harmonies of #92867A
Complementary color
Monochromatic Colors of #92867A
Black with #92867A
Text Example
Text Example
White with #92867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92867A; }
p { color: rgb(146,134,122); }
H1.HeaderClassName
{
color: #92867A;
}
.AnyTagClassName
{
color: #92867A;
}
</style>
background-color css
<style>
a { background-color: #92867A; }
a { background-color: rgb(146,134,122); }
div.DivClassName
{
background-color: #92867A;
}
.BgClassName
{
background-color: #92867A;
}
</style>
border-color css
<style>
span { border-color: #92867A; }
span { border-color: rgb(146,134,122); }
td.TdClassName
{
border-color: #92867A;
}
.TagClassName
{
border-color: #92867A;
}
</style>