Shades of Red Oxide #6F231C
Tints of Red Oxide #6F231C
RGB
CMYK
RGB Variations
Color information
#6F231C (or 0x6F231C) is known color: Red Oxide. HEX triplet: 6F, 23 and 1C. RGB value is (111,35,28). Sum of RGB (Red+Green+Blue) = 111+35+28=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F231C is #90DCE3. Grayscale: #393939. Windows color (decimal): -9493732 or 1844079. OLE color: 1844079.
HSL color Cylindrical-coordinate representation of color #6F231C: hue angle of 5.06º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F231C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 28 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.56 |
| HSL | 5.06º | 0.6% | 0.27% | - |
| HSV(B) | 5.06º | 0.75% | 0.44% | - |
| XYZ | 7.37 | 4.67 | 1.61 | - |
| YUV | 56.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 28 | 0 | 0.68 | 0.75 | 0.56 | 5.06 | 0.6 | 0.27 |
| Hex | 6F | 23 | 1C | 0 | 44 | 4B | 38 | 5 | 3C | 1B |
| Octal | 157 | 43 | 34 | 0 | 104 | 113 | 70 | 5 | 74 | 33 |
| Binary | 1101111 | 100011 | 11100 | 0 | 1000100 | 1001011 | 111000 | 101 | 111100 | 11011 |
Color Harmonies of #6F231C
Complementary color
Monochromatic Colors of #6F231C
Black with #6F231C
Text Example
Text Example
White with #6F231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F231C; }
p { color: rgb(111,35,28); }
H1.HeaderClassName
{
color: #6F231C;
}
.AnyTagClassName
{
color: #6F231C;
}
</style>
background-color css
<style>
a { background-color: #6F231C; }
a { background-color: rgb(111,35,28); }
div.DivClassName
{
background-color: #6F231C;
}
.BgClassName
{
background-color: #6F231C;
}
</style>
border-color css
<style>
span { border-color: #6F231C; }
span { border-color: rgb(111,35,28); }
td.TdClassName
{
border-color: #6F231C;
}
.TagClassName
{
border-color: #6F231C;
}
</style>