Shades of Red Oxide #6D1A16
Tints of Red Oxide #6D1A16
RGB
CMYK
RGB Variations
Color information
#6D1A16 (or 0x6D1A16) is known color: Red Oxide. HEX triplet: 6D, 1A and 16. RGB value is (109,26,22). Sum of RGB (Red+Green+Blue) = 109+26+22=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1A16 is #92E5E9. Grayscale: #323232. Windows color (decimal): -9627114 or 1448557. OLE color: 1448557.
HSL color Cylindrical-coordinate representation of color #6D1A16: hue angle of 2.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1A16 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 22 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.57 |
| HSL | 2.76º | 0.66% | 0.26% | - |
| HSV(B) | 2.76º | 0.8% | 0.43% | - |
| XYZ | 6.82 | 4.05 | 1.18 | - |
| YUV | 50.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 22 | 0 | 0.76 | 0.80 | 0.57 | 2.76 | 0.66 | 0.26 |
| Hex | 6D | 1A | 16 | 0 | 4C | 50 | 39 | 3 | 42 | 1A |
| Octal | 155 | 32 | 26 | 0 | 114 | 120 | 71 | 3 | 102 | 32 |
| Binary | 1101101 | 11010 | 10110 | 0 | 1001100 | 1010000 | 111001 | 11 | 1000010 | 11010 |
Color Harmonies of #6D1A16
Complementary color
Monochromatic Colors of #6D1A16
Black with #6D1A16
Text Example
Text Example
White with #6D1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A16; }
p { color: rgb(109,26,22); }
H1.HeaderClassName
{
color: #6D1A16;
}
.AnyTagClassName
{
color: #6D1A16;
}
</style>
background-color css
<style>
a { background-color: #6D1A16; }
a { background-color: rgb(109,26,22); }
div.DivClassName
{
background-color: #6D1A16;
}
.BgClassName
{
background-color: #6D1A16;
}
</style>
border-color css
<style>
span { border-color: #6D1A16; }
span { border-color: rgb(109,26,22); }
td.TdClassName
{
border-color: #6D1A16;
}
.TagClassName
{
border-color: #6D1A16;
}
</style>