Shades of Seal Brown #1A0C06
Tints of Seal Brown #1A0C06
RGB
CMYK
RGB Variations
Color information
#1A0C06 (or 0x1A0C06) is known color: Seal Brown. HEX triplet: 1A, 0C and 06. RGB value is (26,12,6). Sum of RGB (Red+Green+Blue) = 26+12+6=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C06 is #E5F3F9. Grayscale: #0F0F0F. Windows color (decimal): -15070202 or 396314. OLE color: 396314.
HSL color Cylindrical-coordinate representation of color #1A0C06: hue angle of 18º 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 #1A0C06 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 12 | 6 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.90 |
| HSL | 18º | 0.63% | 0.06% | - |
| HSV(B) | 18º | 0.77% | 0.1% | - |
| XYZ | 0.59 | 0.5 | 0.24 | - |
| YUV | 15.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 6 | 0 | 0.54 | 0.77 | 0.90 | 18 | 0.63 | 0.06 |
| Hex | 1A | C | 6 | 0 | 36 | 4D | 5A | 12 | 3E | 6 |
| Octal | 32 | 14 | 6 | 0 | 66 | 115 | 132 | 22 | 76 | 6 |
| Binary | 11010 | 1100 | 110 | 0 | 110110 | 1001101 | 1011010 | 10010 | 111110 | 110 |
Color Harmonies of #1A0C06
Complementary color
Monochromatic Colors of #1A0C06
Black with #1A0C06
Text Example
Text Example
White with #1A0C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C06; }
p { color: rgb(26,12,6); }
H1.HeaderClassName
{
color: #1A0C06;
}
.AnyTagClassName
{
color: #1A0C06;
}
</style>
background-color css
<style>
a { background-color: #1A0C06; }
a { background-color: rgb(26,12,6); }
div.DivClassName
{
background-color: #1A0C06;
}
.BgClassName
{
background-color: #1A0C06;
}
</style>
border-color css
<style>
span { border-color: #1A0C06; }
span { border-color: rgb(26,12,6); }
td.TdClassName
{
border-color: #1A0C06;
}
.TagClassName
{
border-color: #1A0C06;
}
</style>