Shades of Schooner #908476
Tints of Schooner #908476
RGB
CMYK
RGB Variations
Color information
#908476 (or 0x908476) is known color: Schooner. HEX triplet: 90, 84 and 76. RGB value is (144,132,118). Sum of RGB (Red+Green+Blue) = 144+132+118=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908476 is #6F7B89. Grayscale: #868686. Windows color (decimal): -7306122 or 7767184. OLE color: 7767184.
HSL color Cylindrical-coordinate representation of color #908476: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908476 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 118 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.44 |
| HSL | 32.31º | 0.1% | 0.51% | - |
| HSV(B) | 32.31º | 0.18% | 0.56% | - |
| XYZ | 23.02 | 23.74 | 20.51 | - |
| YUV | 133.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 118 | 0 | 0.08 | 0.18 | 0.44 | 32.31 | 0.1 | 0.51 |
| Hex | 90 | 84 | 76 | 0 | 8 | 12 | 2C | 20 | A | 33 |
| Octal | 220 | 204 | 166 | 0 | 10 | 22 | 54 | 40 | 12 | 63 |
| Binary | 10010000 | 10000100 | 1110110 | 0 | 1000 | 10010 | 101100 | 100000 | 1010 | 110011 |
Color Harmonies of #908476
Complementary color
Monochromatic Colors of #908476
Black with #908476
Text Example
Text Example
White with #908476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908476; }
p { color: rgb(144,132,118); }
H1.HeaderClassName
{
color: #908476;
}
.AnyTagClassName
{
color: #908476;
}
</style>
background-color css
<style>
a { background-color: #908476; }
a { background-color: rgb(144,132,118); }
div.DivClassName
{
background-color: #908476;
}
.BgClassName
{
background-color: #908476;
}
</style>
border-color css
<style>
span { border-color: #908476; }
span { border-color: rgb(144,132,118); }
td.TdClassName
{
border-color: #908476;
}
.TagClassName
{
border-color: #908476;
}
</style>