Shades of Schooner #93856E
Tints of Schooner #93856E
RGB
CMYK
RGB Variations
Color information
#93856E (or 0x93856E) is known color: Schooner. HEX triplet: 93, 85 and 6E. RGB value is (147,133,110). Sum of RGB (Red+Green+Blue) = 147+133+110=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93856E is #6C7A91. Grayscale: #868686. Windows color (decimal): -7109266 or 7243155. OLE color: 7243155.
HSL color Cylindrical-coordinate representation of color #93856E: hue angle of 37.3º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93856E is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 110 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.42 |
| HSL | 37.3º | 0.15% | 0.5% | - |
| HSV(B) | 37.3º | 0.25% | 0.58% | - |
| XYZ | 23.23 | 24.1 | 18.18 | - |
| YUV | 134.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 110 | 0 | 0.10 | 0.25 | 0.42 | 37.3 | 0.15 | 0.5 |
| Hex | 93 | 85 | 6E | 0 | A | 19 | 2A | 25 | F | 32 |
| Octal | 223 | 205 | 156 | 0 | 12 | 31 | 52 | 45 | 17 | 62 |
| Binary | 10010011 | 10000101 | 1101110 | 0 | 1010 | 11001 | 101010 | 100101 | 1111 | 110010 |
Color Harmonies of #93856E
Complementary color
Monochromatic Colors of #93856E
Black with #93856E
Text Example
Text Example
White with #93856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93856E; }
p { color: rgb(147,133,110); }
H1.HeaderClassName
{
color: #93856E;
}
.AnyTagClassName
{
color: #93856E;
}
</style>
background-color css
<style>
a { background-color: #93856E; }
a { background-color: rgb(147,133,110); }
div.DivClassName
{
background-color: #93856E;
}
.BgClassName
{
background-color: #93856E;
}
</style>
border-color css
<style>
span { border-color: #93856E; }
span { border-color: rgb(147,133,110); }
td.TdClassName
{
border-color: #93856E;
}
.TagClassName
{
border-color: #93856E;
}
</style>