Shades of Schooner #908474
Tints of Schooner #908474
RGB
CMYK
RGB Variations
Color information
#908474 (or 0x908474) is known color: Schooner. HEX triplet: 90, 84 and 74. RGB value is (144,132,116). Sum of RGB (Red+Green+Blue) = 144+132+116=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908474 is #6F7B8B. Grayscale: #858585. Windows color (decimal): -7306124 or 7636112. OLE color: 7636112.
HSL color Cylindrical-coordinate representation of color #908474: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908474 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 116 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.44 |
| HSL | 34.29º | 0.11% | 0.51% | - |
| HSV(B) | 34.29º | 0.19% | 0.56% | - |
| XYZ | 22.91 | 23.69 | 19.89 | - |
| YUV | 133.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 116 | 0 | 0.08 | 0.19 | 0.44 | 34.29 | 0.11 | 0.51 |
| Hex | 90 | 84 | 74 | 0 | 8 | 13 | 2C | 22 | B | 33 |
| Octal | 220 | 204 | 164 | 0 | 10 | 23 | 54 | 42 | 13 | 63 |
| Binary | 10010000 | 10000100 | 1110100 | 0 | 1000 | 10011 | 101100 | 100010 | 1011 | 110011 |
Color Harmonies of #908474
Complementary color
Monochromatic Colors of #908474
Black with #908474
Text Example
Text Example
White with #908474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908474; }
p { color: rgb(144,132,116); }
H1.HeaderClassName
{
color: #908474;
}
.AnyTagClassName
{
color: #908474;
}
</style>
background-color css
<style>
a { background-color: #908474; }
a { background-color: rgb(144,132,116); }
div.DivClassName
{
background-color: #908474;
}
.BgClassName
{
background-color: #908474;
}
</style>
border-color css
<style>
span { border-color: #908474; }
span { border-color: rgb(144,132,116); }
td.TdClassName
{
border-color: #908474;
}
.TagClassName
{
border-color: #908474;
}
</style>