Shades of Schooner #90867A
Tints of Schooner #90867A
RGB
CMYK
RGB Variations
Color information
#90867A (or 0x90867A) is known color: Schooner. HEX triplet: 90, 86 and 7A. RGB value is (144,134,122). Sum of RGB (Red+Green+Blue) = 144+134+122=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #90867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90867A is #6F7985. Grayscale: #878787. Windows color (decimal): -7305606 or 8029840. OLE color: 8029840.
HSL color Cylindrical-coordinate representation of color #90867A: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90867A is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 122 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.44 |
| HSL | 32.73º | 0.09% | 0.52% | - |
| HSV(B) | 32.73º | 0.15% | 0.56% | - |
| XYZ | 23.54 | 24.38 | 21.88 | - |
| YUV | 135.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 122 | 0 | 0.07 | 0.15 | 0.44 | 32.73 | 0.09 | 0.52 |
| Hex | 90 | 86 | 7A | 0 | 7 | F | 2C | 21 | 9 | 34 |
| Octal | 220 | 206 | 172 | 0 | 7 | 17 | 54 | 41 | 11 | 64 |
| Binary | 10010000 | 10000110 | 1111010 | 0 | 111 | 1111 | 101100 | 100001 | 1001 | 110100 |
Color Harmonies of #90867A
Complementary color
Monochromatic Colors of #90867A
Black with #90867A
Text Example
Text Example
White with #90867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90867A; }
p { color: rgb(144,134,122); }
H1.HeaderClassName
{
color: #90867A;
}
.AnyTagClassName
{
color: #90867A;
}
</style>
background-color css
<style>
a { background-color: #90867A; }
a { background-color: rgb(144,134,122); }
div.DivClassName
{
background-color: #90867A;
}
.BgClassName
{
background-color: #90867A;
}
</style>
border-color css
<style>
span { border-color: #90867A; }
span { border-color: rgb(144,134,122); }
td.TdClassName
{
border-color: #90867A;
}
.TagClassName
{
border-color: #90867A;
}
</style>