Shades of Hurricane #917E73
Tints of Hurricane #917E73
RGB
CMYK
RGB Variations
Color information
#917E73 (or 0x917E73) is known color: Hurricane. HEX triplet: 91, 7E and 73. RGB value is (145,126,115). Sum of RGB (Red+Green+Blue) = 145+126+115=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E73 is #6E818C. Grayscale: #828282. Windows color (decimal): -7242125 or 7569041. OLE color: 7569041.
HSL color Cylindrical-coordinate representation of color #917E73: hue angle of 22º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917E73 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 115 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.43 |
| HSL | 22º | 0.12% | 0.51% | - |
| HSV(B) | 22º | 0.21% | 0.57% | - |
| XYZ | 22.23 | 22.18 | 19.33 | - |
| YUV | 130.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 115 | 0 | 0.13 | 0.21 | 0.43 | 22 | 0.12 | 0.51 |
| Hex | 91 | 7E | 73 | 0 | D | 15 | 2B | 16 | C | 33 |
| Octal | 221 | 176 | 163 | 0 | 15 | 25 | 53 | 26 | 14 | 63 |
| Binary | 10010001 | 1111110 | 1110011 | 0 | 1101 | 10101 | 101011 | 10110 | 1100 | 110011 |
Color Harmonies of #917E73
Complementary color
Monochromatic Colors of #917E73
Black with #917E73
Text Example
Text Example
White with #917E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E73; }
p { color: rgb(145,126,115); }
H1.HeaderClassName
{
color: #917E73;
}
.AnyTagClassName
{
color: #917E73;
}
</style>
background-color css
<style>
a { background-color: #917E73; }
a { background-color: rgb(145,126,115); }
div.DivClassName
{
background-color: #917E73;
}
.BgClassName
{
background-color: #917E73;
}
</style>
border-color css
<style>
span { border-color: #917E73; }
span { border-color: rgb(145,126,115); }
td.TdClassName
{
border-color: #917E73;
}
.TagClassName
{
border-color: #917E73;
}
</style>