Shades of Bandicoot #908B5F
Tints of Bandicoot #908B5F
RGB
CMYK
RGB Variations
Color information
#908B5F (or 0x908B5F) is known color: Bandicoot. HEX triplet: 90, 8B and 5F. RGB value is (144,139,95). Sum of RGB (Red+Green+Blue) = 144+139+95=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B5F is #6F74A0. Grayscale: #878787. Windows color (decimal): -7304353 or 6261648. OLE color: 6261648.
HSL color Cylindrical-coordinate representation of color #908B5F: hue angle of 53.88º 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 #908B5F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 95 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.44 |
| HSL | 53.88º | 0.21% | 0.47% | - |
| HSV(B) | 53.88º | 0.34% | 0.56% | - |
| XYZ | 22.8 | 25.22 | 14.49 | - |
| YUV | 135.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 95 | 0 | 0.03 | 0.34 | 0.44 | 53.88 | 0.21 | 0.47 |
| Hex | 90 | 8B | 5F | 0 | 3 | 22 | 2C | 36 | 15 | 2F |
| Octal | 220 | 213 | 137 | 0 | 3 | 42 | 54 | 66 | 25 | 57 |
| Binary | 10010000 | 10001011 | 1011111 | 0 | 11 | 100010 | 101100 | 110110 | 10101 | 101111 |
Color Harmonies of #908B5F
Complementary color
Monochromatic Colors of #908B5F
Black with #908B5F
Text Example
Text Example
White with #908B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B5F; }
p { color: rgb(144,139,95); }
H1.HeaderClassName
{
color: #908B5F;
}
.AnyTagClassName
{
color: #908B5F;
}
</style>
background-color css
<style>
a { background-color: #908B5F; }
a { background-color: rgb(144,139,95); }
div.DivClassName
{
background-color: #908B5F;
}
.BgClassName
{
background-color: #908B5F;
}
</style>
border-color css
<style>
span { border-color: #908B5F; }
span { border-color: rgb(144,139,95); }
td.TdClassName
{
border-color: #908B5F;
}
.TagClassName
{
border-color: #908B5F;
}
</style>