Shades of Red Oxide #6A1613
Tints of Red Oxide #6A1613
RGB
CMYK
RGB Variations
Color information
#6A1613 (or 0x6A1613) is known color: Red Oxide. HEX triplet: 6A, 16 and 13. RGB value is (106,22,19). Sum of RGB (Red+Green+Blue) = 106+22+19=147 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.11% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1613 is #95E9EC. Grayscale: #2E2E2E. Windows color (decimal): -9824749 or 1250922. OLE color: 1250922.
HSL color Cylindrical-coordinate representation of color #6A1613: hue angle of 2.07º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1613 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 22 | 19 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.58 |
| HSL | 2.07º | 0.7% | 0.25% | - |
| HSV(B) | 2.07º | 0.82% | 0.42% | - |
| XYZ | 6.35 | 3.69 | 0.99 | - |
| YUV | 46.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 19 | 0 | 0.79 | 0.82 | 0.58 | 2.07 | 0.7 | 0.25 |
| Hex | 6A | 16 | 13 | 0 | 4F | 52 | 3A | 2 | 46 | 19 |
| Octal | 152 | 26 | 23 | 0 | 117 | 122 | 72 | 2 | 106 | 31 |
| Binary | 1101010 | 10110 | 10011 | 0 | 1001111 | 1010010 | 111010 | 10 | 1000110 | 11001 |
Color Harmonies of #6A1613
Complementary color
Monochromatic Colors of #6A1613
Black with #6A1613
Text Example
Text Example
White with #6A1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1613; }
p { color: rgb(106,22,19); }
H1.HeaderClassName
{
color: #6A1613;
}
.AnyTagClassName
{
color: #6A1613;
}
</style>
background-color css
<style>
a { background-color: #6A1613; }
a { background-color: rgb(106,22,19); }
div.DivClassName
{
background-color: #6A1613;
}
.BgClassName
{
background-color: #6A1613;
}
</style>
border-color css
<style>
span { border-color: #6A1613; }
span { border-color: rgb(106,22,19); }
td.TdClassName
{
border-color: #6A1613;
}
.TagClassName
{
border-color: #6A1613;
}
</style>