Shades of Jumbo #908F85
Tints of Jumbo #908F85
RGB
CMYK
RGB Variations
Color information
#908F85 (or 0x908F85) is known color: Jumbo. HEX triplet: 90, 8F and 85. RGB value is (144,143,133). Sum of RGB (Red+Green+Blue) = 144+143+133=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 144 - color contains mainly: red. Hex color #908F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908F85 is #6F707A. Grayscale: #8E8E8E. Windows color (decimal): -7303291 or 8753040. OLE color: 8753040.
HSL color Cylindrical-coordinate representation of color #908F85: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908F85 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 133 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.44 |
| HSL | 54.55º | 0.05% | 0.54% | - |
| HSV(B) | 54.55º | 0.08% | 0.56% | - |
| XYZ | 25.56 | 27.27 | 26.11 | - |
| YUV | 142.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 133 | 0 | 0.01 | 0.08 | 0.44 | 54.55 | 0.05 | 0.54 |
| Hex | 90 | 8F | 85 | 0 | 1 | 8 | 2C | 37 | 5 | 36 |
| Octal | 220 | 217 | 205 | 0 | 1 | 10 | 54 | 67 | 5 | 66 |
| Binary | 10010000 | 10001111 | 10000101 | 0 | 1 | 1000 | 101100 | 110111 | 101 | 110110 |
Color Harmonies of #908F85
Complementary color
Monochromatic Colors of #908F85
Black with #908F85
Text Example
Text Example
White with #908F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F85; }
p { color: rgb(144,143,133); }
H1.HeaderClassName
{
color: #908F85;
}
.AnyTagClassName
{
color: #908F85;
}
</style>
background-color css
<style>
a { background-color: #908F85; }
a { background-color: rgb(144,143,133); }
div.DivClassName
{
background-color: #908F85;
}
.BgClassName
{
background-color: #908F85;
}
</style>
border-color css
<style>
span { border-color: #908F85; }
span { border-color: rgb(144,143,133); }
td.TdClassName
{
border-color: #908F85;
}
.TagClassName
{
border-color: #908F85;
}
</style>