Shades of Hurricane #90817C
Tints of Hurricane #90817C
RGB
CMYK
RGB Variations
Color information
#90817C (or 0x90817C) is known color: Hurricane. HEX triplet: 90, 81 and 7C. RGB value is (144,129,124). Sum of RGB (Red+Green+Blue) = 144+129+124=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #90817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90817C is #6F7E83. Grayscale: #848484. Windows color (decimal): -7306884 or 8159632. OLE color: 8159632.
HSL color Cylindrical-coordinate representation of color #90817C: hue angle of 15º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90817C is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 124 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.44 |
| HSL | 15º | 0.08% | 0.53% | - |
| HSV(B) | 15º | 0.14% | 0.56% | - |
| XYZ | 22.99 | 23.09 | 22.31 | - |
| YUV | 132.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 124 | 0 | 0.10 | 0.14 | 0.44 | 15 | 0.08 | 0.53 |
| Hex | 90 | 81 | 7C | 0 | A | E | 2C | F | 8 | 35 |
| Octal | 220 | 201 | 174 | 0 | 12 | 16 | 54 | 17 | 10 | 65 |
| Binary | 10010000 | 10000001 | 1111100 | 0 | 1010 | 1110 | 101100 | 1111 | 1000 | 110101 |
Color Harmonies of #90817C
Complementary color
Monochromatic Colors of #90817C
Black with #90817C
Text Example
Text Example
White with #90817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90817C; }
p { color: rgb(144,129,124); }
H1.HeaderClassName
{
color: #90817C;
}
.AnyTagClassName
{
color: #90817C;
}
</style>
background-color css
<style>
a { background-color: #90817C; }
a { background-color: rgb(144,129,124); }
div.DivClassName
{
background-color: #90817C;
}
.BgClassName
{
background-color: #90817C;
}
</style>
border-color css
<style>
span { border-color: #90817C; }
span { border-color: rgb(144,129,124); }
td.TdClassName
{
border-color: #90817C;
}
.TagClassName
{
border-color: #90817C;
}
</style>