Shades of Red Oxide #6F2117
Tints of Red Oxide #6F2117
RGB
CMYK
RGB Variations
Color information
#6F2117 (or 0x6F2117) is known color: Red Oxide. HEX triplet: 6F, 21 and 17. RGB value is (111,33,23). Sum of RGB (Red+Green+Blue) = 111+33+23=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2117 is #90DEE8. Grayscale: #373737. Windows color (decimal): -9494249 or 1515887. OLE color: 1515887.
HSL color Cylindrical-coordinate representation of color #6F2117: hue angle of 6.82º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2117 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 23 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.56 |
| HSL | 6.82º | 0.66% | 0.26% | - |
| HSV(B) | 6.82º | 0.79% | 0.44% | - |
| XYZ | 7.25 | 4.53 | 1.3 | - |
| YUV | 55.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 23 | 0 | 0.70 | 0.79 | 0.56 | 6.82 | 0.66 | 0.26 |
| Hex | 6F | 21 | 17 | 0 | 46 | 4F | 38 | 7 | 42 | 1A |
| Octal | 157 | 41 | 27 | 0 | 106 | 117 | 70 | 7 | 102 | 32 |
| Binary | 1101111 | 100001 | 10111 | 0 | 1000110 | 1001111 | 111000 | 111 | 1000010 | 11010 |
Color Harmonies of #6F2117
Complementary color
Monochromatic Colors of #6F2117
Black with #6F2117
Text Example
Text Example
White with #6F2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2117; }
p { color: rgb(111,33,23); }
H1.HeaderClassName
{
color: #6F2117;
}
.AnyTagClassName
{
color: #6F2117;
}
</style>
background-color css
<style>
a { background-color: #6F2117; }
a { background-color: rgb(111,33,23); }
div.DivClassName
{
background-color: #6F2117;
}
.BgClassName
{
background-color: #6F2117;
}
</style>
border-color css
<style>
span { border-color: #6F2117; }
span { border-color: rgb(111,33,23); }
td.TdClassName
{
border-color: #6F2117;
}
.TagClassName
{
border-color: #6F2117;
}
</style>