Shades of Red Oxide #6A1507
Tints of Red Oxide #6A1507
RGB
CMYK
RGB Variations
Color information
#6A1507 (or 0x6A1507) is known color: Red Oxide. HEX triplet: 6A, 15 and 07. RGB value is (106,21,7). Sum of RGB (Red+Green+Blue) = 106+21+7=134 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.10% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1507 is #95EAF8. Grayscale: #2C2C2C. Windows color (decimal): -9825017 or 464234. OLE color: 464234.
HSL color Cylindrical-coordinate representation of color #6A1507: hue angle of 8.48º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A1507 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 21 | 7 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.58 |
| HSL | 8.48º | 0.88% | 0.22% | - |
| HSV(B) | 8.48º | 0.93% | 0.42% | - |
| XYZ | 6.25 | 3.62 | 0.57 | - |
| YUV | 44.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 7 | 0 | 0.80 | 0.93 | 0.58 | 8.48 | 0.88 | 0.22 |
| Hex | 6A | 15 | 7 | 0 | 50 | 5D | 3A | 8 | 58 | 16 |
| Octal | 152 | 25 | 7 | 0 | 120 | 135 | 72 | 10 | 130 | 26 |
| Binary | 1101010 | 10101 | 111 | 0 | 1010000 | 1011101 | 111010 | 1000 | 1011000 | 10110 |
Color Harmonies of #6A1507
Complementary color
Monochromatic Colors of #6A1507
Black with #6A1507
Text Example
Text Example
White with #6A1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1507; }
p { color: rgb(106,21,7); }
H1.HeaderClassName
{
color: #6A1507;
}
.AnyTagClassName
{
color: #6A1507;
}
</style>
background-color css
<style>
a { background-color: #6A1507; }
a { background-color: rgb(106,21,7); }
div.DivClassName
{
background-color: #6A1507;
}
.BgClassName
{
background-color: #6A1507;
}
</style>
border-color css
<style>
span { border-color: #6A1507; }
span { border-color: rgb(106,21,7); }
td.TdClassName
{
border-color: #6A1507;
}
.TagClassName
{
border-color: #6A1507;
}
</style>