Shades of Red Oxide #6E231A
Tints of Red Oxide #6E231A
RGB
CMYK
RGB Variations
Color information
#6E231A (or 0x6E231A) is known color: Red Oxide. HEX triplet: 6E, 23 and 1A. RGB value is (110,35,26). Sum of RGB (Red+Green+Blue) = 110+35+26=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E231A is #91DCE5. Grayscale: #383838. Windows color (decimal): -9559270 or 1713006. OLE color: 1713006.
HSL color Cylindrical-coordinate representation of color #6E231A: hue angle of 6.43º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E231A is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 26 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.57 |
| HSL | 6.43º | 0.62% | 0.27% | - |
| HSV(B) | 6.43º | 0.76% | 0.43% | - |
| XYZ | 7.22 | 4.59 | 1.48 | - |
| YUV | 56.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 26 | 0 | 0.68 | 0.76 | 0.57 | 6.43 | 0.62 | 0.27 |
| Hex | 6E | 23 | 1A | 0 | 44 | 4C | 39 | 6 | 3E | 1B |
| Octal | 156 | 43 | 32 | 0 | 104 | 114 | 71 | 6 | 76 | 33 |
| Binary | 1101110 | 100011 | 11010 | 0 | 1000100 | 1001100 | 111001 | 110 | 111110 | 11011 |
Color Harmonies of #6E231A
Complementary color
Monochromatic Colors of #6E231A
Black with #6E231A
Text Example
Text Example
White with #6E231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E231A; }
p { color: rgb(110,35,26); }
H1.HeaderClassName
{
color: #6E231A;
}
.AnyTagClassName
{
color: #6E231A;
}
</style>
background-color css
<style>
a { background-color: #6E231A; }
a { background-color: rgb(110,35,26); }
div.DivClassName
{
background-color: #6E231A;
}
.BgClassName
{
background-color: #6E231A;
}
</style>
border-color css
<style>
span { border-color: #6E231A; }
span { border-color: rgb(110,35,26); }
td.TdClassName
{
border-color: #6E231A;
}
.TagClassName
{
border-color: #6E231A;
}
</style>