Shades of Black Bean #061006
Tints of Black Bean #061006
RGB
CMYK
RGB Variations
Color information
#061006 (or 0x061006) is known color: Black Bean. HEX triplet: 06, 10 and 06. RGB value is (6,16,6). Sum of RGB (Red+Green+Blue) = 6+16+6=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #061006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061006 is #F9EFF9. Grayscale: #0B0B0B. Windows color (decimal): -16379898 or 397318. OLE color: 397318.
HSL color Cylindrical-coordinate representation of color #061006: hue angle of 120º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #061006 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 16 | 6 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.94 |
| HSL | 120º | 0.45% | 0.04% | - |
| HSV(B) | 120º | 0.63% | 0.06% | - |
| XYZ | 0.29 | 0.42 | 0.24 | - |
| YUV | 11.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 6 | 0.62 | 0 | 0.62 | 0.94 | 120 | 0.45 | 0.04 |
| Hex | 6 | 10 | 6 | 3E | 0 | 3E | 5E | 78 | 2D | 4 |
| Octal | 6 | 20 | 6 | 76 | 0 | 76 | 136 | 170 | 55 | 4 |
| Binary | 110 | 10000 | 110 | 111110 | 0 | 111110 | 1011110 | 1111000 | 101101 | 100 |
Color Harmonies of #061006
Complementary color
Monochromatic Colors of #061006
Black with #061006
Text Example
Text Example
White with #061006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061006; }
p { color: rgb(6,16,6); }
H1.HeaderClassName
{
color: #061006;
}
.AnyTagClassName
{
color: #061006;
}
</style>
background-color css
<style>
a { background-color: #061006; }
a { background-color: rgb(6,16,6); }
div.DivClassName
{
background-color: #061006;
}
.BgClassName
{
background-color: #061006;
}
</style>
border-color css
<style>
span { border-color: #061006; }
span { border-color: rgb(6,16,6); }
td.TdClassName
{
border-color: #061006;
}
.TagClassName
{
border-color: #061006;
}
</style>