Shades of Schooner #908370
Tints of Schooner #908370
RGB
CMYK
RGB Variations
Color information
#908370 (or 0x908370) is known color: Schooner. HEX triplet: 90, 83 and 70. RGB value is (144,131,112). Sum of RGB (Red+Green+Blue) = 144+131+112=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908370 is #6F7C8F. Grayscale: #848484. Windows color (decimal): -7306384 or 7373712. OLE color: 7373712.
HSL color Cylindrical-coordinate representation of color #908370: hue angle of 35.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908370 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 112 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.44 |
| HSL | 35.63º | 0.13% | 0.5% | - |
| HSV(B) | 35.63º | 0.22% | 0.56% | - |
| XYZ | 22.54 | 23.33 | 18.64 | - |
| YUV | 132.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 112 | 0 | 0.09 | 0.22 | 0.44 | 35.63 | 0.13 | 0.5 |
| Hex | 90 | 83 | 70 | 0 | 9 | 16 | 2C | 24 | D | 32 |
| Octal | 220 | 203 | 160 | 0 | 11 | 26 | 54 | 44 | 15 | 62 |
| Binary | 10010000 | 10000011 | 1110000 | 0 | 1001 | 10110 | 101100 | 100100 | 1101 | 110010 |
Color Harmonies of #908370
Complementary color
Monochromatic Colors of #908370
Black with #908370
Text Example
Text Example
White with #908370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908370; }
p { color: rgb(144,131,112); }
H1.HeaderClassName
{
color: #908370;
}
.AnyTagClassName
{
color: #908370;
}
</style>
background-color css
<style>
a { background-color: #908370; }
a { background-color: rgb(144,131,112); }
div.DivClassName
{
background-color: #908370;
}
.BgClassName
{
background-color: #908370;
}
</style>
border-color css
<style>
span { border-color: #908370; }
span { border-color: rgb(144,131,112); }
td.TdClassName
{
border-color: #908370;
}
.TagClassName
{
border-color: #908370;
}
</style>