Shades of Red Oxide #6D231B
Tints of Red Oxide #6D231B
RGB
CMYK
RGB Variations
Color information
#6D231B (or 0x6D231B) is known color: Red Oxide. HEX triplet: 6D, 23 and 1B. RGB value is (109,35,27). Sum of RGB (Red+Green+Blue) = 109+35+27=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D231B is #92DCE4. Grayscale: #383838. Windows color (decimal): -9624805 or 1778541. OLE color: 1778541.
HSL color Cylindrical-coordinate representation of color #6D231B: hue angle of 5.85º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D231B is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 27 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.57 |
| HSL | 5.85º | 0.6% | 0.27% | - |
| HSV(B) | 5.85º | 0.75% | 0.43% | - |
| XYZ | 7.11 | 4.53 | 1.54 | - |
| YUV | 56.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 27 | 0 | 0.68 | 0.75 | 0.57 | 5.85 | 0.6 | 0.27 |
| Hex | 6D | 23 | 1B | 0 | 44 | 4B | 39 | 6 | 3C | 1B |
| Octal | 155 | 43 | 33 | 0 | 104 | 113 | 71 | 6 | 74 | 33 |
| Binary | 1101101 | 100011 | 11011 | 0 | 1000100 | 1001011 | 111001 | 110 | 111100 | 11011 |
Color Harmonies of #6D231B
Complementary color
Monochromatic Colors of #6D231B
Black with #6D231B
Text Example
Text Example
White with #6D231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D231B; }
p { color: rgb(109,35,27); }
H1.HeaderClassName
{
color: #6D231B;
}
.AnyTagClassName
{
color: #6D231B;
}
</style>
background-color css
<style>
a { background-color: #6D231B; }
a { background-color: rgb(109,35,27); }
div.DivClassName
{
background-color: #6D231B;
}
.BgClassName
{
background-color: #6D231B;
}
</style>
border-color css
<style>
span { border-color: #6D231B; }
span { border-color: rgb(109,35,27); }
td.TdClassName
{
border-color: #6D231B;
}
.TagClassName
{
border-color: #6D231B;
}
</style>