Shades of Red Oxide #6B2014
Tints of Red Oxide #6B2014
RGB
CMYK
RGB Variations
Color information
#6B2014 (or 0x6B2014) is known color: Red Oxide. HEX triplet: 6B, 20 and 14. RGB value is (107,32,20). Sum of RGB (Red+Green+Blue) = 107+32+20=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2014 is #94DFEB. Grayscale: #353535. Windows color (decimal): -9756652 or 1319019. OLE color: 1319019.
HSL color Cylindrical-coordinate representation of color #6B2014: hue angle of 8.28º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B2014 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 20 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.58 |
| HSL | 8.28º | 0.69% | 0.25% | - |
| HSV(B) | 8.28º | 0.81% | 0.42% | - |
| XYZ | 6.71 | 4.21 | 1.12 | - |
| YUV | 53.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 20 | 0 | 0.70 | 0.81 | 0.58 | 8.28 | 0.69 | 0.25 |
| Hex | 6B | 20 | 14 | 0 | 46 | 51 | 3A | 8 | 45 | 19 |
| Octal | 153 | 40 | 24 | 0 | 106 | 121 | 72 | 10 | 105 | 31 |
| Binary | 1101011 | 100000 | 10100 | 0 | 1000110 | 1010001 | 111010 | 1000 | 1000101 | 11001 |
Color Harmonies of #6B2014
Complementary color
Monochromatic Colors of #6B2014
Black with #6B2014
Text Example
Text Example
White with #6B2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2014; }
p { color: rgb(107,32,20); }
H1.HeaderClassName
{
color: #6B2014;
}
.AnyTagClassName
{
color: #6B2014;
}
</style>
background-color css
<style>
a { background-color: #6B2014; }
a { background-color: rgb(107,32,20); }
div.DivClassName
{
background-color: #6B2014;
}
.BgClassName
{
background-color: #6B2014;
}
</style>
border-color css
<style>
span { border-color: #6B2014; }
span { border-color: rgb(107,32,20); }
td.TdClassName
{
border-color: #6B2014;
}
.TagClassName
{
border-color: #6B2014;
}
</style>