Shades of Bandicoot #838068
Tints of Bandicoot #838068
RGB
CMYK
RGB Variations
Color information
#838068 (or 0x838068) is known color: Bandicoot. HEX triplet: 83, 80 and 68. RGB value is (131,128,104). Sum of RGB (Red+Green+Blue) = 131+128+104=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #838068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838068 is #7C7F97. Grayscale: #7E7E7E. Windows color (decimal): -8159128 or 6848643. OLE color: 6848643.
HSL color Cylindrical-coordinate representation of color #838068: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #838068 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 104 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.49 |
| HSL | 53.33º | 0.11% | 0.46% | - |
| HSV(B) | 53.33º | 0.21% | 0.51% | - |
| XYZ | 19.58 | 21.26 | 16.17 | - |
| YUV | 126.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 104 | 0 | 0.02 | 0.21 | 0.49 | 53.33 | 0.11 | 0.46 |
| Hex | 83 | 80 | 68 | 0 | 2 | 15 | 31 | 35 | B | 2E |
| Octal | 203 | 200 | 150 | 0 | 2 | 25 | 61 | 65 | 13 | 56 |
| Binary | 10000011 | 10000000 | 1101000 | 0 | 10 | 10101 | 110001 | 110101 | 1011 | 101110 |
Color Harmonies of #838068
Complementary color
Monochromatic Colors of #838068
Black with #838068
Text Example
Text Example
White with #838068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838068; }
p { color: rgb(131,128,104); }
H1.HeaderClassName
{
color: #838068;
}
.AnyTagClassName
{
color: #838068;
}
</style>
background-color css
<style>
a { background-color: #838068; }
a { background-color: rgb(131,128,104); }
div.DivClassName
{
background-color: #838068;
}
.BgClassName
{
background-color: #838068;
}
</style>
border-color css
<style>
span { border-color: #838068; }
span { border-color: rgb(131,128,104); }
td.TdClassName
{
border-color: #838068;
}
.TagClassName
{
border-color: #838068;
}
</style>