Shades of Red Oxide #6B2016
Tints of Red Oxide #6B2016
RGB
CMYK
RGB Variations
Color information
#6B2016 (or 0x6B2016) is known color: Red Oxide. HEX triplet: 6B, 20 and 16. RGB value is (107,32,22). Sum of RGB (Red+Green+Blue) = 107+32+22=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2016 is #94DFE9. Grayscale: #353535. Windows color (decimal): -9756650 or 1450091. OLE color: 1450091.
HSL color Cylindrical-coordinate representation of color #6B2016: hue angle of 7.06º degrees, saturation: 0.66, 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 #6B2016 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 22 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.58 |
| HSL | 7.06º | 0.66% | 0.25% | - |
| HSV(B) | 7.06º | 0.79% | 0.42% | - |
| XYZ | 6.72 | 4.22 | 1.22 | - |
| YUV | 53.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 22 | 0 | 0.70 | 0.79 | 0.58 | 7.06 | 0.66 | 0.25 |
| Hex | 6B | 20 | 16 | 0 | 46 | 4F | 3A | 7 | 42 | 19 |
| Octal | 153 | 40 | 26 | 0 | 106 | 117 | 72 | 7 | 102 | 31 |
| Binary | 1101011 | 100000 | 10110 | 0 | 1000110 | 1001111 | 111010 | 111 | 1000010 | 11001 |
Color Harmonies of #6B2016
Complementary color
Monochromatic Colors of #6B2016
Black with #6B2016
Text Example
Text Example
White with #6B2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2016; }
p { color: rgb(107,32,22); }
H1.HeaderClassName
{
color: #6B2016;
}
.AnyTagClassName
{
color: #6B2016;
}
</style>
background-color css
<style>
a { background-color: #6B2016; }
a { background-color: rgb(107,32,22); }
div.DivClassName
{
background-color: #6B2016;
}
.BgClassName
{
background-color: #6B2016;
}
</style>
border-color css
<style>
span { border-color: #6B2016; }
span { border-color: rgb(107,32,22); }
td.TdClassName
{
border-color: #6B2016;
}
.TagClassName
{
border-color: #6B2016;
}
</style>