Shades of Bokara Grey #150E06
Tints of Bokara Grey #150E06
RGB
CMYK
RGB Variations
Color information
#150E06 (or 0x150E06) is known color: Bokara Grey. HEX triplet: 15, 0E and 06. RGB value is (21,14,6). Sum of RGB (Red+Green+Blue) = 21+14+6=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E06 is #EAF1F9. Grayscale: #0F0F0F. Windows color (decimal): -15397370 or 396821. OLE color: 396821.
HSL color Cylindrical-coordinate representation of color #150E06: hue angle of 32º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150E06 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 6 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.92 |
| HSL | 32º | 0.56% | 0.05% | - |
| HSV(B) | 32º | 0.71% | 0.08% | - |
| XYZ | 0.5 | 0.49 | 0.24 | - |
| YUV | 15.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 6 | 0 | 0.33 | 0.71 | 0.92 | 32 | 0.56 | 0.05 |
| Hex | 15 | E | 6 | 0 | 21 | 47 | 5C | 20 | 38 | 5 |
| Octal | 25 | 16 | 6 | 0 | 41 | 107 | 134 | 40 | 70 | 5 |
| Binary | 10101 | 1110 | 110 | 0 | 100001 | 1000111 | 1011100 | 100000 | 111000 | 101 |
Color Harmonies of #150E06
Complementary color
Monochromatic Colors of #150E06
Black with #150E06
Text Example
Text Example
White with #150E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E06; }
p { color: rgb(21,14,6); }
H1.HeaderClassName
{
color: #150E06;
}
.AnyTagClassName
{
color: #150E06;
}
</style>
background-color css
<style>
a { background-color: #150E06; }
a { background-color: rgb(21,14,6); }
div.DivClassName
{
background-color: #150E06;
}
.BgClassName
{
background-color: #150E06;
}
</style>
border-color css
<style>
span { border-color: #150E06; }
span { border-color: rgb(21,14,6); }
td.TdClassName
{
border-color: #150E06;
}
.TagClassName
{
border-color: #150E06;
}
</style>