Shades of Bandicoot #908A68
Tints of Bandicoot #908A68
RGB
CMYK
RGB Variations
Color information
#908A68 (or 0x908A68) is known color: Bandicoot. HEX triplet: 90, 8A and 68. RGB value is (144,138,104). Sum of RGB (Red+Green+Blue) = 144+138+104=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #908A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A68 is #6F7597. Grayscale: #888888. Windows color (decimal): -7304600 or 6851216. OLE color: 6851216.
HSL color Cylindrical-coordinate representation of color #908A68: hue angle of 51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #908A68 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 104 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.44 |
| HSL | 51º | 0.16% | 0.49% | - |
| HSV(B) | 51º | 0.28% | 0.56% | - |
| XYZ | 23.09 | 25.11 | 16.73 | - |
| YUV | 135.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 104 | 0 | 0.04 | 0.28 | 0.44 | 51 | 0.16 | 0.49 |
| Hex | 90 | 8A | 68 | 0 | 4 | 1C | 2C | 33 | 10 | 31 |
| Octal | 220 | 212 | 150 | 0 | 4 | 34 | 54 | 63 | 20 | 61 |
| Binary | 10010000 | 10001010 | 1101000 | 0 | 100 | 11100 | 101100 | 110011 | 10000 | 110001 |
Color Harmonies of #908A68
Complementary color
Monochromatic Colors of #908A68
Black with #908A68
Text Example
Text Example
White with #908A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A68; }
p { color: rgb(144,138,104); }
H1.HeaderClassName
{
color: #908A68;
}
.AnyTagClassName
{
color: #908A68;
}
</style>
background-color css
<style>
a { background-color: #908A68; }
a { background-color: rgb(144,138,104); }
div.DivClassName
{
background-color: #908A68;
}
.BgClassName
{
background-color: #908A68;
}
</style>
border-color css
<style>
span { border-color: #908A68; }
span { border-color: rgb(144,138,104); }
td.TdClassName
{
border-color: #908A68;
}
.TagClassName
{
border-color: #908A68;
}
</style>