Shades of Red Oxide #611C0E
Tints of Red Oxide #611C0E
RGB
CMYK
RGB Variations
Color information
#611C0E (or 0x611C0E) is known color: Red Oxide. HEX triplet: 61, 1C and 0E. RGB value is (97,28,14). Sum of RGB (Red+Green+Blue) = 97+28+14=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #611C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C0E is #9EE3F1. Grayscale: #2F2F2F. Windows color (decimal): -10413042 or 924769. OLE color: 924769.
HSL color Cylindrical-coordinate representation of color #611C0E: hue angle of 10.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611C0E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 14 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.62 |
| HSL | 10.12º | 0.75% | 0.22% | - |
| HSV(B) | 10.12º | 0.86% | 0.38% | - |
| XYZ | 5.42 | 3.4 | 0.79 | - |
| YUV | 47.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 14 | 0 | 0.71 | 0.86 | 0.62 | 10.12 | 0.75 | 0.22 |
| Hex | 61 | 1C | E | 0 | 47 | 56 | 3E | A | 4B | 16 |
| Octal | 141 | 34 | 16 | 0 | 107 | 126 | 76 | 12 | 113 | 26 |
| Binary | 1100001 | 11100 | 1110 | 0 | 1000111 | 1010110 | 111110 | 1010 | 1001011 | 10110 |
Color Harmonies of #611C0E
Complementary color
Monochromatic Colors of #611C0E
Black with #611C0E
Text Example
Text Example
White with #611C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C0E; }
p { color: rgb(97,28,14); }
H1.HeaderClassName
{
color: #611C0E;
}
.AnyTagClassName
{
color: #611C0E;
}
</style>
background-color css
<style>
a { background-color: #611C0E; }
a { background-color: rgb(97,28,14); }
div.DivClassName
{
background-color: #611C0E;
}
.BgClassName
{
background-color: #611C0E;
}
</style>
border-color css
<style>
span { border-color: #611C0E; }
span { border-color: rgb(97,28,14); }
td.TdClassName
{
border-color: #611C0E;
}
.TagClassName
{
border-color: #611C0E;
}
</style>