Shades of Bandicoot #908D5F
Tints of Bandicoot #908D5F
RGB
CMYK
RGB Variations
Color information
#908D5F (or 0x908D5F) is known color: Bandicoot. HEX triplet: 90, 8D and 5F. RGB value is (144,141,95). Sum of RGB (Red+Green+Blue) = 144+141+95=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #908D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D5F is #6F72A0. Grayscale: #888888. Windows color (decimal): -7303841 or 6262160. OLE color: 6262160.
HSL color Cylindrical-coordinate representation of color #908D5F: hue angle of 56.33º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #908D5F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 95 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.44 |
| HSL | 56.33º | 0.21% | 0.47% | - |
| HSV(B) | 56.33º | 0.34% | 0.56% | - |
| XYZ | 23.09 | 25.81 | 14.59 | - |
| YUV | 136.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 95 | 0 | 0.02 | 0.34 | 0.44 | 56.33 | 0.21 | 0.47 |
| Hex | 90 | 8D | 5F | 0 | 2 | 22 | 2C | 38 | 15 | 2F |
| Octal | 220 | 215 | 137 | 0 | 2 | 42 | 54 | 70 | 25 | 57 |
| Binary | 10010000 | 10001101 | 1011111 | 0 | 10 | 100010 | 101100 | 111000 | 10101 | 101111 |
Color Harmonies of #908D5F
Complementary color
Monochromatic Colors of #908D5F
Black with #908D5F
Text Example
Text Example
White with #908D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D5F; }
p { color: rgb(144,141,95); }
H1.HeaderClassName
{
color: #908D5F;
}
.AnyTagClassName
{
color: #908D5F;
}
</style>
background-color css
<style>
a { background-color: #908D5F; }
a { background-color: rgb(144,141,95); }
div.DivClassName
{
background-color: #908D5F;
}
.BgClassName
{
background-color: #908D5F;
}
</style>
border-color css
<style>
span { border-color: #908D5F; }
span { border-color: rgb(144,141,95); }
td.TdClassName
{
border-color: #908D5F;
}
.TagClassName
{
border-color: #908D5F;
}
</style>