Shades of Red Oxide #6B2117
Tints of Red Oxide #6B2117
RGB
CMYK
RGB Variations
Color information
#6B2117 (or 0x6B2117) is known color: Red Oxide. HEX triplet: 6B, 21 and 17. RGB value is (107,33,23). Sum of RGB (Red+Green+Blue) = 107+33+23=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2117 is #94DEE8. Grayscale: #363636. Windows color (decimal): -9756393 or 1515883. OLE color: 1515883.
HSL color Cylindrical-coordinate representation of color #6B2117: hue angle of 7.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2117 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 23 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.58 |
| HSL | 7.14º | 0.65% | 0.25% | - |
| HSV(B) | 7.14º | 0.79% | 0.42% | - |
| XYZ | 6.76 | 4.28 | 1.28 | - |
| YUV | 53.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 23 | 0 | 0.69 | 0.79 | 0.58 | 7.14 | 0.65 | 0.25 |
| Hex | 6B | 21 | 17 | 0 | 45 | 4F | 3A | 7 | 41 | 19 |
| Octal | 153 | 41 | 27 | 0 | 105 | 117 | 72 | 7 | 101 | 31 |
| Binary | 1101011 | 100001 | 10111 | 0 | 1000101 | 1001111 | 111010 | 111 | 1000001 | 11001 |
Color Harmonies of #6B2117
Complementary color
Monochromatic Colors of #6B2117
Black with #6B2117
Text Example
Text Example
White with #6B2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2117; }
p { color: rgb(107,33,23); }
H1.HeaderClassName
{
color: #6B2117;
}
.AnyTagClassName
{
color: #6B2117;
}
</style>
background-color css
<style>
a { background-color: #6B2117; }
a { background-color: rgb(107,33,23); }
div.DivClassName
{
background-color: #6B2117;
}
.BgClassName
{
background-color: #6B2117;
}
</style>
border-color css
<style>
span { border-color: #6B2117; }
span { border-color: rgb(107,33,23); }
td.TdClassName
{
border-color: #6B2117;
}
.TagClassName
{
border-color: #6B2117;
}
</style>