Shades of Red Oxide #6A1A07
Tints of Red Oxide #6A1A07
RGB
CMYK
RGB Variations
Color information
#6A1A07 (or 0x6A1A07) is known color: Red Oxide. HEX triplet: 6A, 1A and 07. RGB value is (106,26,7). Sum of RGB (Red+Green+Blue) = 106+26+7=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1A07 is #95E5F8. Grayscale: #2F2F2F. Windows color (decimal): -9823737 or 465514. OLE color: 465514.
HSL color Cylindrical-coordinate representation of color #6A1A07: hue angle of 11.52º 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 #6A1A07 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 26 | 7 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.58 |
| HSL | 11.52º | 0.88% | 0.22% | - |
| HSV(B) | 11.52º | 0.93% | 0.42% | - |
| XYZ | 6.35 | 3.82 | 0.6 | - |
| YUV | 47.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 7 | 0 | 0.75 | 0.93 | 0.58 | 11.52 | 0.88 | 0.22 |
| Hex | 6A | 1A | 7 | 0 | 4B | 5D | 3A | C | 58 | 16 |
| Octal | 152 | 32 | 7 | 0 | 113 | 135 | 72 | 14 | 130 | 26 |
| Binary | 1101010 | 11010 | 111 | 0 | 1001011 | 1011101 | 111010 | 1100 | 1011000 | 10110 |
Color Harmonies of #6A1A07
Complementary color
Monochromatic Colors of #6A1A07
Black with #6A1A07
Text Example
Text Example
White with #6A1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1A07; }
p { color: rgb(106,26,7); }
H1.HeaderClassName
{
color: #6A1A07;
}
.AnyTagClassName
{
color: #6A1A07;
}
</style>
background-color css
<style>
a { background-color: #6A1A07; }
a { background-color: rgb(106,26,7); }
div.DivClassName
{
background-color: #6A1A07;
}
.BgClassName
{
background-color: #6A1A07;
}
</style>
border-color css
<style>
span { border-color: #6A1A07; }
span { border-color: rgb(106,26,7); }
td.TdClassName
{
border-color: #6A1A07;
}
.TagClassName
{
border-color: #6A1A07;
}
</style>