Shades of Bandicoot #838166
Tints of Bandicoot #838166
RGB
CMYK
RGB Variations
Color information
#838166 (or 0x838166) is known color: Bandicoot. HEX triplet: 83, 81 and 66. RGB value is (131,129,102). Sum of RGB (Red+Green+Blue) = 131+129+102=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #838166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838166 is #7C7E99. Grayscale: #7E7E7E. Windows color (decimal): -8158874 or 6717827. OLE color: 6717827.
HSL color Cylindrical-coordinate representation of color #838166: hue angle of 55.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #838166 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 102 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.49 |
| HSL | 55.86º | 0.12% | 0.46% | - |
| HSV(B) | 55.86º | 0.22% | 0.51% | - |
| XYZ | 19.61 | 21.49 | 15.68 | - |
| YUV | 126.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 102 | 0 | 0.02 | 0.22 | 0.49 | 55.86 | 0.12 | 0.46 |
| Hex | 83 | 81 | 66 | 0 | 2 | 16 | 31 | 38 | C | 2E |
| Octal | 203 | 201 | 146 | 0 | 2 | 26 | 61 | 70 | 14 | 56 |
| Binary | 10000011 | 10000001 | 1100110 | 0 | 10 | 10110 | 110001 | 111000 | 1100 | 101110 |
Color Harmonies of #838166
Complementary color
Monochromatic Colors of #838166
Black with #838166
Text Example
Text Example
White with #838166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838166; }
p { color: rgb(131,129,102); }
H1.HeaderClassName
{
color: #838166;
}
.AnyTagClassName
{
color: #838166;
}
</style>
background-color css
<style>
a { background-color: #838166; }
a { background-color: rgb(131,129,102); }
div.DivClassName
{
background-color: #838166;
}
.BgClassName
{
background-color: #838166;
}
</style>
border-color css
<style>
span { border-color: #838166; }
span { border-color: rgb(131,129,102); }
td.TdClassName
{
border-color: #838166;
}
.TagClassName
{
border-color: #838166;
}
</style>