Shades of Red Oxide #6A1A04
Tints of Red Oxide #6A1A04
RGB
CMYK
RGB Variations
Color information
#6A1A04 (or 0x6A1A04) is known color: Red Oxide. HEX triplet: 6A, 1A and 04. RGB value is (106,26,4). Sum of RGB (Red+Green+Blue) = 106+26+4=136 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.94% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1A04 is #95E5FB. Grayscale: #2F2F2F. Windows color (decimal): -9823740 or 268906. OLE color: 268906.
HSL color Cylindrical-coordinate representation of color #6A1A04: hue angle of 12.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A1A04 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 26 | 4 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.58 |
| HSL | 12.94º | 0.93% | 0.22% | - |
| HSV(B) | 12.94º | 0.96% | 0.42% | - |
| XYZ | 6.34 | 3.81 | 0.52 | - |
| YUV | 47.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 4 | 0 | 0.75 | 0.96 | 0.58 | 12.94 | 0.93 | 0.22 |
| Hex | 6A | 1A | 4 | 0 | 4B | 60 | 3A | D | 5D | 16 |
| Octal | 152 | 32 | 4 | 0 | 113 | 140 | 72 | 15 | 135 | 26 |
| Binary | 1101010 | 11010 | 100 | 0 | 1001011 | 1100000 | 111010 | 1101 | 1011101 | 10110 |
Color Harmonies of #6A1A04
Complementary color
Monochromatic Colors of #6A1A04
Black with #6A1A04
Text Example
Text Example
White with #6A1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1A04; }
p { color: rgb(106,26,4); }
H1.HeaderClassName
{
color: #6A1A04;
}
.AnyTagClassName
{
color: #6A1A04;
}
</style>
background-color css
<style>
a { background-color: #6A1A04; }
a { background-color: rgb(106,26,4); }
div.DivClassName
{
background-color: #6A1A04;
}
.BgClassName
{
background-color: #6A1A04;
}
</style>
border-color css
<style>
span { border-color: #6A1A04; }
span { border-color: rgb(106,26,4); }
td.TdClassName
{
border-color: #6A1A04;
}
.TagClassName
{
border-color: #6A1A04;
}
</style>