Shades of Red Oxide #6A1615
Tints of Red Oxide #6A1615
RGB
CMYK
RGB Variations
Color information
#6A1615 (or 0x6A1615) is known color: Red Oxide. HEX triplet: 6A, 16 and 15. RGB value is (106,22,21). Sum of RGB (Red+Green+Blue) = 106+22+21=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1615 is #95E9EA. Grayscale: #2F2F2F. Windows color (decimal): -9824747 or 1381994. OLE color: 1381994.
HSL color Cylindrical-coordinate representation of color #6A1615: hue angle of 0.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1615 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 22 | 21 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.58 |
| HSL | 0.71º | 0.67% | 0.25% | - |
| HSV(B) | 0.71º | 0.8% | 0.42% | - |
| XYZ | 6.37 | 3.69 | 1.09 | - |
| YUV | 47 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 21 | 0 | 0.79 | 0.80 | 0.58 | 0.71 | 0.67 | 0.25 |
| Hex | 6A | 16 | 15 | 0 | 4F | 50 | 3A | 1 | 43 | 19 |
| Octal | 152 | 26 | 25 | 0 | 117 | 120 | 72 | 1 | 103 | 31 |
| Binary | 1101010 | 10110 | 10101 | 0 | 1001111 | 1010000 | 111010 | 1 | 1000011 | 11001 |
Color Harmonies of #6A1615
Complementary color
Monochromatic Colors of #6A1615
Black with #6A1615
Text Example
Text Example
White with #6A1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1615; }
p { color: rgb(106,22,21); }
H1.HeaderClassName
{
color: #6A1615;
}
.AnyTagClassName
{
color: #6A1615;
}
</style>
background-color css
<style>
a { background-color: #6A1615; }
a { background-color: rgb(106,22,21); }
div.DivClassName
{
background-color: #6A1615;
}
.BgClassName
{
background-color: #6A1615;
}
</style>
border-color css
<style>
span { border-color: #6A1615; }
span { border-color: rgb(106,22,21); }
td.TdClassName
{
border-color: #6A1615;
}
.TagClassName
{
border-color: #6A1615;
}
</style>