Shades of Black Bean #061206
Tints of Black Bean #061206
RGB
CMYK
RGB Variations
Color information
#061206 (or 0x061206) is known color: Black Bean. HEX triplet: 06, 12 and 06. RGB value is (6,18,6). Sum of RGB (Red+Green+Blue) = 6+18+6=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #061206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061206 is #F9EDF9. Grayscale: #0D0D0D. Windows color (decimal): -16379386 or 397830. OLE color: 397830.
HSL color Cylindrical-coordinate representation of color #061206: hue angle of 120º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061206 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 18 | 6 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.93 |
| HSL | 120º | 0.5% | 0.05% | - |
| HSV(B) | 120º | 0.67% | 0.07% | - |
| XYZ | 0.32 | 0.48 | 0.25 | - |
| YUV | 13.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 6 | 0.67 | 0 | 0.67 | 0.93 | 120 | 0.5 | 0.05 |
| Hex | 6 | 12 | 6 | 43 | 0 | 43 | 5D | 78 | 32 | 5 |
| Octal | 6 | 22 | 6 | 103 | 0 | 103 | 135 | 170 | 62 | 5 |
| Binary | 110 | 10010 | 110 | 1000011 | 0 | 1000011 | 1011101 | 1111000 | 110010 | 101 |
Color Harmonies of #061206
Complementary color
Monochromatic Colors of #061206
Black with #061206
Text Example
Text Example
White with #061206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061206; }
p { color: rgb(6,18,6); }
H1.HeaderClassName
{
color: #061206;
}
.AnyTagClassName
{
color: #061206;
}
</style>
background-color css
<style>
a { background-color: #061206; }
a { background-color: rgb(6,18,6); }
div.DivClassName
{
background-color: #061206;
}
.BgClassName
{
background-color: #061206;
}
</style>
border-color css
<style>
span { border-color: #061206; }
span { border-color: rgb(6,18,6); }
td.TdClassName
{
border-color: #061206;
}
.TagClassName
{
border-color: #061206;
}
</style>