Shades of Schooner #91856E
Tints of Schooner #91856E
RGB
CMYK
RGB Variations
Color information
#91856E (or 0x91856E) is known color: Schooner. HEX triplet: 91, 85 and 6E. RGB value is (145,133,110). Sum of RGB (Red+Green+Blue) = 145+133+110=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91856E is #6E7A91. Grayscale: #868686. Windows color (decimal): -7240338 or 7243153. OLE color: 7243153.
HSL color Cylindrical-coordinate representation of color #91856E: hue angle of 39.43º 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 #91856E is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 110 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.43 |
| HSL | 39.43º | 0.14% | 0.5% | - |
| HSV(B) | 39.43º | 0.24% | 0.57% | - |
| XYZ | 22.88 | 23.92 | 18.16 | - |
| YUV | 133.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 110 | 0 | 0.08 | 0.24 | 0.43 | 39.43 | 0.14 | 0.5 |
| Hex | 91 | 85 | 6E | 0 | 8 | 18 | 2B | 27 | E | 32 |
| Octal | 221 | 205 | 156 | 0 | 10 | 30 | 53 | 47 | 16 | 62 |
| Binary | 10010001 | 10000101 | 1101110 | 0 | 1000 | 11000 | 101011 | 100111 | 1110 | 110010 |
Color Harmonies of #91856E
Complementary color
Monochromatic Colors of #91856E
Black with #91856E
Text Example
Text Example
White with #91856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91856E; }
p { color: rgb(145,133,110); }
H1.HeaderClassName
{
color: #91856E;
}
.AnyTagClassName
{
color: #91856E;
}
</style>
background-color css
<style>
a { background-color: #91856E; }
a { background-color: rgb(145,133,110); }
div.DivClassName
{
background-color: #91856E;
}
.BgClassName
{
background-color: #91856E;
}
</style>
border-color css
<style>
span { border-color: #91856E; }
span { border-color: rgb(145,133,110); }
td.TdClassName
{
border-color: #91856E;
}
.TagClassName
{
border-color: #91856E;
}
</style>