Shades of Bandicoot #908C67
Tints of Bandicoot #908C67
RGB
CMYK
RGB Variations
Color information
#908C67 (or 0x908C67) is known color: Bandicoot. HEX triplet: 90, 8C and 67. RGB value is (144,140,103). Sum of RGB (Red+Green+Blue) = 144+140+103=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C67 is #6F7398. Grayscale: #898989. Windows color (decimal): -7304089 or 6786192. OLE color: 6786192.
HSL color Cylindrical-coordinate representation of color #908C67: hue angle of 54.15º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #908C67 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 103 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.44 |
| HSL | 54.15º | 0.17% | 0.48% | - |
| HSV(B) | 54.15º | 0.28% | 0.56% | - |
| XYZ | 23.33 | 25.66 | 16.56 | - |
| YUV | 136.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 103 | 0 | 0.03 | 0.28 | 0.44 | 54.15 | 0.17 | 0.48 |
| Hex | 90 | 8C | 67 | 0 | 3 | 1C | 2C | 36 | 11 | 30 |
| Octal | 220 | 214 | 147 | 0 | 3 | 34 | 54 | 66 | 21 | 60 |
| Binary | 10010000 | 10001100 | 1100111 | 0 | 11 | 11100 | 101100 | 110110 | 10001 | 110000 |
Color Harmonies of #908C67
Complementary color
Monochromatic Colors of #908C67
Black with #908C67
Text Example
Text Example
White with #908C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C67; }
p { color: rgb(144,140,103); }
H1.HeaderClassName
{
color: #908C67;
}
.AnyTagClassName
{
color: #908C67;
}
</style>
background-color css
<style>
a { background-color: #908C67; }
a { background-color: rgb(144,140,103); }
div.DivClassName
{
background-color: #908C67;
}
.BgClassName
{
background-color: #908C67;
}
</style>
border-color css
<style>
span { border-color: #908C67; }
span { border-color: rgb(144,140,103); }
td.TdClassName
{
border-color: #908C67;
}
.TagClassName
{
border-color: #908C67;
}
</style>