Shades of Red Oxide #6B1917
Tints of Red Oxide #6B1917
RGB
CMYK
RGB Variations
Color information
#6B1917 (or 0x6B1917) is known color: Red Oxide. HEX triplet: 6B, 19 and 17. RGB value is (107,25,23). Sum of RGB (Red+Green+Blue) = 107+25+23=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1917 is #94E6E8. Grayscale: #313131. Windows color (decimal): -9758441 or 1513835. OLE color: 1513835.
HSL color Cylindrical-coordinate representation of color #6B1917: hue angle of 1.43º 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 #6B1917 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 23 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.58 |
| HSL | 1.43º | 0.65% | 0.25% | - |
| HSV(B) | 1.43º | 0.79% | 0.42% | - |
| XYZ | 6.57 | 3.88 | 1.21 | - |
| YUV | 49.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 23 | 0 | 0.77 | 0.79 | 0.58 | 1.43 | 0.65 | 0.25 |
| Hex | 6B | 19 | 17 | 0 | 4D | 4F | 3A | 1 | 41 | 19 |
| Octal | 153 | 31 | 27 | 0 | 115 | 117 | 72 | 1 | 101 | 31 |
| Binary | 1101011 | 11001 | 10111 | 0 | 1001101 | 1001111 | 111010 | 1 | 1000001 | 11001 |
Color Harmonies of #6B1917
Complementary color
Monochromatic Colors of #6B1917
Black with #6B1917
Text Example
Text Example
White with #6B1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1917; }
p { color: rgb(107,25,23); }
H1.HeaderClassName
{
color: #6B1917;
}
.AnyTagClassName
{
color: #6B1917;
}
</style>
background-color css
<style>
a { background-color: #6B1917; }
a { background-color: rgb(107,25,23); }
div.DivClassName
{
background-color: #6B1917;
}
.BgClassName
{
background-color: #6B1917;
}
</style>
border-color css
<style>
span { border-color: #6B1917; }
span { border-color: rgb(107,25,23); }
td.TdClassName
{
border-color: #6B1917;
}
.TagClassName
{
border-color: #6B1917;
}
</style>