Shades of Bandicoot #908B66
Tints of Bandicoot #908B66
RGB
CMYK
RGB Variations
Color information
#908B66 (or 0x908B66) is known color: Bandicoot. HEX triplet: 90, 8B and 66. RGB value is (144,139,102). Sum of RGB (Red+Green+Blue) = 144+139+102=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #908B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B66 is #6F7499. Grayscale: #888888. Windows color (decimal): -7304346 or 6720400. OLE color: 6720400.
HSL color Cylindrical-coordinate representation of color #908B66: hue angle of 52.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908B66 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 102 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.44 |
| HSL | 52.86º | 0.17% | 0.48% | - |
| HSV(B) | 52.86º | 0.29% | 0.56% | - |
| XYZ | 23.13 | 25.35 | 16.24 | - |
| YUV | 136.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 102 | 0 | 0.03 | 0.29 | 0.44 | 52.86 | 0.17 | 0.48 |
| Hex | 90 | 8B | 66 | 0 | 3 | 1D | 2C | 35 | 11 | 30 |
| Octal | 220 | 213 | 146 | 0 | 3 | 35 | 54 | 65 | 21 | 60 |
| Binary | 10010000 | 10001011 | 1100110 | 0 | 11 | 11101 | 101100 | 110101 | 10001 | 110000 |
Color Harmonies of #908B66
Complementary color
Monochromatic Colors of #908B66
Black with #908B66
Text Example
Text Example
White with #908B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B66; }
p { color: rgb(144,139,102); }
H1.HeaderClassName
{
color: #908B66;
}
.AnyTagClassName
{
color: #908B66;
}
</style>
background-color css
<style>
a { background-color: #908B66; }
a { background-color: rgb(144,139,102); }
div.DivClassName
{
background-color: #908B66;
}
.BgClassName
{
background-color: #908B66;
}
</style>
border-color css
<style>
span { border-color: #908B66; }
span { border-color: rgb(144,139,102); }
td.TdClassName
{
border-color: #908B66;
}
.TagClassName
{
border-color: #908B66;
}
</style>