Shades of Wood Bark #1A0E06
Tints of Wood Bark #1A0E06
RGB
CMYK
RGB Variations
Color information
#1A0E06 (or 0x1A0E06) is known color: Wood Bark. HEX triplet: 1A, 0E and 06. RGB value is (26,14,6). Sum of RGB (Red+Green+Blue) = 26+14+6=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E06 is #E5F1F9. Grayscale: #101010. Windows color (decimal): -15069690 or 396826. OLE color: 396826.
HSL color Cylindrical-coordinate representation of color #1A0E06: hue angle of 24º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0E06 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 14 | 6 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.90 |
| HSL | 24º | 0.63% | 0.06% | - |
| HSV(B) | 24º | 0.77% | 0.1% | - |
| XYZ | 0.62 | 0.55 | 0.25 | - |
| YUV | 16.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 6 | 0 | 0.46 | 0.77 | 0.90 | 24 | 0.63 | 0.06 |
| Hex | 1A | E | 6 | 0 | 2E | 4D | 5A | 18 | 3E | 6 |
| Octal | 32 | 16 | 6 | 0 | 56 | 115 | 132 | 30 | 76 | 6 |
| Binary | 11010 | 1110 | 110 | 0 | 101110 | 1001101 | 1011010 | 11000 | 111110 | 110 |
Color Harmonies of #1A0E06
Complementary color
Monochromatic Colors of #1A0E06
Black with #1A0E06
Text Example
Text Example
White with #1A0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0E06; }
p { color: rgb(26,14,6); }
H1.HeaderClassName
{
color: #1A0E06;
}
.AnyTagClassName
{
color: #1A0E06;
}
</style>
background-color css
<style>
a { background-color: #1A0E06; }
a { background-color: rgb(26,14,6); }
div.DivClassName
{
background-color: #1A0E06;
}
.BgClassName
{
background-color: #1A0E06;
}
</style>
border-color css
<style>
span { border-color: #1A0E06; }
span { border-color: rgb(26,14,6); }
td.TdClassName
{
border-color: #1A0E06;
}
.TagClassName
{
border-color: #1A0E06;
}
</style>