Shades of Black Bean #061106
Tints of Black Bean #061106
RGB
CMYK
RGB Variations
Color information
#061106 (or 0x061106) is known color: Black Bean. HEX triplet: 06, 11 and 06. RGB value is (6,17,6). Sum of RGB (Red+Green+Blue) = 6+17+6=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #061106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061106 is #F9EEF9. Grayscale: #0C0C0C. Windows color (decimal): -16379642 or 397574. OLE color: 397574.
HSL color Cylindrical-coordinate representation of color #061106: hue angle of 120º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #061106 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
RGB | 6 | 17 | 6 | - |
CMYK | 0.65 | 0 | 0.65 | 0.93 |
HSL | 120º | 0.48% | 0.05% | - |
HSV(B) | 120º | 0.65% | 0.07% | - |
XYZ | 0.31 | 0.45 | 0.24 | - |
YUV | 12.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 17 | 6 | 0.65 | 0 | 0.65 | 0.93 | 120 | 0.48 | 0.05 |
Hex | 6 | 11 | 6 | 41 | 0 | 41 | 5D | 78 | 30 | 5 |
Octal | 6 | 21 | 6 | 101 | 0 | 101 | 135 | 170 | 60 | 5 |
Binary | 110 | 10001 | 110 | 1000001 | 0 | 1000001 | 1011101 | 1111000 | 110000 | 101 |
Color Harmonies of #061106
Complementary color
Monochromatic Colors of #061106
Black with #061106
Text Example
Text Example
White with #061106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061106; }
p { color: rgb(6,17,6); }
H1.HeaderClassName
{
color: #061106;
}
.AnyTagClassName
{
color: #061106;
}
</style>
background-color css
<style>
a { background-color: #061106; }
a { background-color: rgb(6,17,6); }
div.DivClassName
{
background-color: #061106;
}
.BgClassName
{
background-color: #061106;
}
</style>
border-color css
<style>
span { border-color: #061106; }
span { border-color: rgb(6,17,6); }
td.TdClassName
{
border-color: #061106;
}
.TagClassName
{
border-color: #061106;
}
</style>