Shades of Bandicoot #908B60
Tints of Bandicoot #908B60
RGB
CMYK
RGB Variations
Color information
#908B60 (or 0x908B60) is known color: Bandicoot. HEX triplet: 90, 8B and 60. RGB value is (144,139,96). Sum of RGB (Red+Green+Blue) = 144+139+96=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #908B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B60 is #6F749F. Grayscale: #878787. Windows color (decimal): -7304352 or 6327184. OLE color: 6327184.
HSL color Cylindrical-coordinate representation of color #908B60: hue angle of 53.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908B60 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 96 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.44 |
| HSL | 53.75º | 0.2% | 0.47% | - |
| HSV(B) | 53.75º | 0.33% | 0.56% | - |
| XYZ | 22.85 | 25.24 | 14.73 | - |
| YUV | 135.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 96 | 0 | 0.03 | 0.33 | 0.44 | 53.75 | 0.2 | 0.47 |
| Hex | 90 | 8B | 60 | 0 | 3 | 21 | 2C | 36 | 14 | 2F |
| Octal | 220 | 213 | 140 | 0 | 3 | 41 | 54 | 66 | 24 | 57 |
| Binary | 10010000 | 10001011 | 1100000 | 0 | 11 | 100001 | 101100 | 110110 | 10100 | 101111 |
Color Harmonies of #908B60
Complementary color
Monochromatic Colors of #908B60
Black with #908B60
Text Example
Text Example
White with #908B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B60; }
p { color: rgb(144,139,96); }
H1.HeaderClassName
{
color: #908B60;
}
.AnyTagClassName
{
color: #908B60;
}
</style>
background-color css
<style>
a { background-color: #908B60; }
a { background-color: rgb(144,139,96); }
div.DivClassName
{
background-color: #908B60;
}
.BgClassName
{
background-color: #908B60;
}
</style>
border-color css
<style>
span { border-color: #908B60; }
span { border-color: rgb(144,139,96); }
td.TdClassName
{
border-color: #908B60;
}
.TagClassName
{
border-color: #908B60;
}
</style>