Shades of Bandicoot #908B67
Tints of Bandicoot #908B67
RGB
CMYK
RGB Variations
Color information
#908B67 (or 0x908B67) is known color: Bandicoot. HEX triplet: 90, 8B and 67. RGB value is (144,139,103). Sum of RGB (Red+Green+Blue) = 144+139+103=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #908B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B67 is #6F7498. Grayscale: #888888. Windows color (decimal): -7304345 or 6785936. OLE color: 6785936.
HSL color Cylindrical-coordinate representation of color #908B67: hue angle of 52.68º 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 #908B67 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 103 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.44 |
| HSL | 52.68º | 0.17% | 0.48% | - |
| HSV(B) | 52.68º | 0.28% | 0.56% | - |
| XYZ | 23.18 | 25.37 | 16.51 | - |
| YUV | 136.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 103 | 0 | 0.03 | 0.28 | 0.44 | 52.68 | 0.17 | 0.48 |
| Hex | 90 | 8B | 67 | 0 | 3 | 1C | 2C | 35 | 11 | 30 |
| Octal | 220 | 213 | 147 | 0 | 3 | 34 | 54 | 65 | 21 | 60 |
| Binary | 10010000 | 10001011 | 1100111 | 0 | 11 | 11100 | 101100 | 110101 | 10001 | 110000 |
Color Harmonies of #908B67
Complementary color
Monochromatic Colors of #908B67
Black with #908B67
Text Example
Text Example
White with #908B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B67; }
p { color: rgb(144,139,103); }
H1.HeaderClassName
{
color: #908B67;
}
.AnyTagClassName
{
color: #908B67;
}
</style>
background-color css
<style>
a { background-color: #908B67; }
a { background-color: rgb(144,139,103); }
div.DivClassName
{
background-color: #908B67;
}
.BgClassName
{
background-color: #908B67;
}
</style>
border-color css
<style>
span { border-color: #908B67; }
span { border-color: rgb(144,139,103); }
td.TdClassName
{
border-color: #908B67;
}
.TagClassName
{
border-color: #908B67;
}
</style>