Shades of Jumbo #918F84
Tints of Jumbo #918F84
RGB
CMYK
RGB Variations
Color information
#918F84 (or 0x918F84) is known color: Jumbo. HEX triplet: 91, 8F and 84. RGB value is (145,143,132). Sum of RGB (Red+Green+Blue) = 145+143+132=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #918F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F84 is #6E707B. Grayscale: #8E8E8E. Windows color (decimal): -7237756 or 8687505. OLE color: 8687505.
HSL color Cylindrical-coordinate representation of color #918F84: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918F84 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 132 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.43 |
| HSL | 50.77º | 0.06% | 0.54% | - |
| HSV(B) | 50.77º | 0.09% | 0.57% | - |
| XYZ | 25.66 | 27.33 | 25.75 | - |
| YUV | 142.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 132 | 0 | 0.01 | 0.09 | 0.43 | 50.77 | 0.06 | 0.54 |
| Hex | 91 | 8F | 84 | 0 | 1 | 9 | 2B | 33 | 6 | 36 |
| Octal | 221 | 217 | 204 | 0 | 1 | 11 | 53 | 63 | 6 | 66 |
| Binary | 10010001 | 10001111 | 10000100 | 0 | 1 | 1001 | 101011 | 110011 | 110 | 110110 |
Color Harmonies of #918F84
Complementary color
Monochromatic Colors of #918F84
Black with #918F84
Text Example
Text Example
White with #918F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F84; }
p { color: rgb(145,143,132); }
H1.HeaderClassName
{
color: #918F84;
}
.AnyTagClassName
{
color: #918F84;
}
</style>
background-color css
<style>
a { background-color: #918F84; }
a { background-color: rgb(145,143,132); }
div.DivClassName
{
background-color: #918F84;
}
.BgClassName
{
background-color: #918F84;
}
</style>
border-color css
<style>
span { border-color: #918F84; }
span { border-color: rgb(145,143,132); }
td.TdClassName
{
border-color: #918F84;
}
.TagClassName
{
border-color: #918F84;
}
</style>