Shades of Bokara Grey #120D06
Tints of Bokara Grey #120D06
RGB
CMYK
RGB Variations
Color information
#120D06 (or 0x120D06) is known color: Bokara Grey. HEX triplet: 12, 0D and 06. RGB value is (18,13,6). Sum of RGB (Red+Green+Blue) = 18+13+6=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D06 is #EDF2F9. Grayscale: #0D0D0D. Windows color (decimal): -15594234 or 396562. OLE color: 396562.
HSL color Cylindrical-coordinate representation of color #120D06: hue angle of 35º 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 #120D06 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 13 | 6 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.93 |
| HSL | 35º | 0.5% | 0.05% | - |
| HSV(B) | 35º | 0.67% | 0.07% | - |
| XYZ | 0.43 | 0.43 | 0.23 | - |
| YUV | 13.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 6 | 0 | 0.28 | 0.67 | 0.93 | 35 | 0.5 | 0.05 |
| Hex | 12 | D | 6 | 0 | 1C | 43 | 5D | 23 | 32 | 5 |
| Octal | 22 | 15 | 6 | 0 | 34 | 103 | 135 | 43 | 62 | 5 |
| Binary | 10010 | 1101 | 110 | 0 | 11100 | 1000011 | 1011101 | 100011 | 110010 | 101 |
Color Harmonies of #120D06
Complementary color
Monochromatic Colors of #120D06
Black with #120D06
Text Example
Text Example
White with #120D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D06; }
p { color: rgb(18,13,6); }
H1.HeaderClassName
{
color: #120D06;
}
.AnyTagClassName
{
color: #120D06;
}
</style>
background-color css
<style>
a { background-color: #120D06; }
a { background-color: rgb(18,13,6); }
div.DivClassName
{
background-color: #120D06;
}
.BgClassName
{
background-color: #120D06;
}
</style>
border-color css
<style>
span { border-color: #120D06; }
span { border-color: rgb(18,13,6); }
td.TdClassName
{
border-color: #120D06;
}
.TagClassName
{
border-color: #120D06;
}
</style>