Shades of Bandicoot #848268
Tints of Bandicoot #848268
RGB
CMYK
RGB Variations
Color information
#848268 (or 0x848268) is known color: Bandicoot. HEX triplet: 84, 82 and 68. RGB value is (132,130,104). Sum of RGB (Red+Green+Blue) = 132+130+104=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #848268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848268 is #7B7D97. Grayscale: #7F7F7F. Windows color (decimal): -8093080 or 6849156. OLE color: 6849156.
HSL color Cylindrical-coordinate representation of color #848268: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848268 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 104 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.48 |
| HSL | 55.71º | 0.12% | 0.46% | - |
| HSV(B) | 55.71º | 0.21% | 0.52% | - |
| XYZ | 20 | 21.87 | 16.26 | - |
| YUV | 127.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 104 | 0 | 0.02 | 0.21 | 0.48 | 55.71 | 0.12 | 0.46 |
| Hex | 84 | 82 | 68 | 0 | 2 | 15 | 30 | 38 | C | 2E |
| Octal | 204 | 202 | 150 | 0 | 2 | 25 | 60 | 70 | 14 | 56 |
| Binary | 10000100 | 10000010 | 1101000 | 0 | 10 | 10101 | 110000 | 111000 | 1100 | 101110 |
Color Harmonies of #848268
Complementary color
Monochromatic Colors of #848268
Black with #848268
Text Example
Text Example
White with #848268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848268; }
p { color: rgb(132,130,104); }
H1.HeaderClassName
{
color: #848268;
}
.AnyTagClassName
{
color: #848268;
}
</style>
background-color css
<style>
a { background-color: #848268; }
a { background-color: rgb(132,130,104); }
div.DivClassName
{
background-color: #848268;
}
.BgClassName
{
background-color: #848268;
}
</style>
border-color css
<style>
span { border-color: #848268; }
span { border-color: rgb(132,130,104); }
td.TdClassName
{
border-color: #848268;
}
.TagClassName
{
border-color: #848268;
}
</style>