Shades of Red Oxide #6D1D0F
Tints of Red Oxide #6D1D0F
RGB
CMYK
RGB Variations
Color information
#6D1D0F (or 0x6D1D0F) is known color: Red Oxide. HEX triplet: 6D, 1D and 0F. RGB value is (109,29,15). Sum of RGB (Red+Green+Blue) = 109+29+15=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D0F is #92E2F0. Grayscale: #333333. Windows color (decimal): -9626353 or 990573. OLE color: 990573.
HSL color Cylindrical-coordinate representation of color #6D1D0F: hue angle of 8.94º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1D0F is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 15 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.57 |
| HSL | 8.94º | 0.76% | 0.24% | - |
| HSV(B) | 8.94º | 0.86% | 0.43% | - |
| XYZ | 6.83 | 4.16 | 0.9 | - |
| YUV | 51.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 15 | 0 | 0.73 | 0.86 | 0.57 | 8.94 | 0.76 | 0.24 |
| Hex | 6D | 1D | F | 0 | 49 | 56 | 39 | 9 | 4C | 18 |
| Octal | 155 | 35 | 17 | 0 | 111 | 126 | 71 | 11 | 114 | 30 |
| Binary | 1101101 | 11101 | 1111 | 0 | 1001001 | 1010110 | 111001 | 1001 | 1001100 | 11000 |
Color Harmonies of #6D1D0F
Complementary color
Monochromatic Colors of #6D1D0F
Black with #6D1D0F
Text Example
Text Example
White with #6D1D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D0F; }
p { color: rgb(109,29,15); }
H1.HeaderClassName
{
color: #6D1D0F;
}
.AnyTagClassName
{
color: #6D1D0F;
}
</style>
background-color css
<style>
a { background-color: #6D1D0F; }
a { background-color: rgb(109,29,15); }
div.DivClassName
{
background-color: #6D1D0F;
}
.BgClassName
{
background-color: #6D1D0F;
}
</style>
border-color css
<style>
span { border-color: #6D1D0F; }
span { border-color: rgb(109,29,15); }
td.TdClassName
{
border-color: #6D1D0F;
}
.TagClassName
{
border-color: #6D1D0F;
}
</style>