Shades of Red Oxide #6A1E1D
Tints of Red Oxide #6A1E1D
RGB
CMYK
RGB Variations
Color information
#6A1E1D (or 0x6A1E1D) is known color: Red Oxide. HEX triplet: 6A, 1E and 1D. RGB value is (106,30,29). Sum of RGB (Red+Green+Blue) = 106+30+29=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E1D is #95E1E2. Grayscale: #343434. Windows color (decimal): -9822691 or 1908330. OLE color: 1908330.
HSL color Cylindrical-coordinate representation of color #6A1E1D: hue angle of 0.78º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1E1D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 30 | 29 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.58 |
| HSL | 0.78º | 0.57% | 0.26% | - |
| HSV(B) | 0.78º | 0.73% | 0.42% | - |
| XYZ | 6.63 | 4.08 | 1.6 | - |
| YUV | 52.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 29 | 0 | 0.72 | 0.73 | 0.58 | 0.78 | 0.57 | 0.26 |
| Hex | 6A | 1E | 1D | 0 | 48 | 49 | 3A | 1 | 39 | 1A |
| Octal | 152 | 36 | 35 | 0 | 110 | 111 | 72 | 1 | 71 | 32 |
| Binary | 1101010 | 11110 | 11101 | 0 | 1001000 | 1001001 | 111010 | 1 | 111001 | 11010 |
Color Harmonies of #6A1E1D
Complementary color
Monochromatic Colors of #6A1E1D
Black with #6A1E1D
Text Example
Text Example
White with #6A1E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1E1D; }
p { color: rgb(106,30,29); }
H1.HeaderClassName
{
color: #6A1E1D;
}
.AnyTagClassName
{
color: #6A1E1D;
}
</style>
background-color css
<style>
a { background-color: #6A1E1D; }
a { background-color: rgb(106,30,29); }
div.DivClassName
{
background-color: #6A1E1D;
}
.BgClassName
{
background-color: #6A1E1D;
}
</style>
border-color css
<style>
span { border-color: #6A1E1D; }
span { border-color: rgb(106,30,29); }
td.TdClassName
{
border-color: #6A1E1D;
}
.TagClassName
{
border-color: #6A1E1D;
}
</style>