Shades of Black #100706
Tints of Black #100706
RGB
CMYK
RGB Variations
Color information
#100706 (or 0x100706) is known color: Black. HEX triplet: 10, 07 and 06. RGB value is (16,7,6). Sum of RGB (Red+Green+Blue) = 16+7+6=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100706 is #EFF8F9. Grayscale: #090909. Windows color (decimal): -15726842 or 395024. OLE color: 395024.
HSL color Cylindrical-coordinate representation of color #100706: hue angle of 6º 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 #100706 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 7 | 6 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.94 |
| HSL | 6º | 0.45% | 0.04% | - |
| HSV(B) | 6º | 0.63% | 0.06% | - |
| XYZ | 0.32 | 0.28 | 0.21 | - |
| YUV | 9.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 6 | 0 | 0.56 | 0.62 | 0.94 | 6 | 0.45 | 0.04 |
| Hex | 10 | 7 | 6 | 0 | 38 | 3E | 5E | 6 | 2D | 4 |
| Octal | 20 | 7 | 6 | 0 | 70 | 76 | 136 | 6 | 55 | 4 |
| Binary | 10000 | 111 | 110 | 0 | 111000 | 111110 | 1011110 | 110 | 101101 | 100 |
Color Harmonies of #100706
Complementary color
Monochromatic Colors of #100706
Black with #100706
Text Example
Text Example
White with #100706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100706; }
p { color: rgb(16,7,6); }
H1.HeaderClassName
{
color: #100706;
}
.AnyTagClassName
{
color: #100706;
}
</style>
background-color css
<style>
a { background-color: #100706; }
a { background-color: rgb(16,7,6); }
div.DivClassName
{
background-color: #100706;
}
.BgClassName
{
background-color: #100706;
}
</style>
border-color css
<style>
span { border-color: #100706; }
span { border-color: rgb(16,7,6); }
td.TdClassName
{
border-color: #100706;
}
.TagClassName
{
border-color: #100706;
}
</style>