Shades of Red Oxide #6C1D0B
Tints of Red Oxide #6C1D0B
RGB
CMYK
RGB Variations
Color information
#6C1D0B (or 0x6C1D0B) is known color: Red Oxide. HEX triplet: 6C, 1D and 0B. RGB value is (108,29,11). Sum of RGB (Red+Green+Blue) = 108+29+11=148 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.97% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1D0B is #93E2F4. Grayscale: #323232. Windows color (decimal): -9691893 or 728428. OLE color: 728428.
HSL color Cylindrical-coordinate representation of color #6C1D0B: hue angle of 11.13º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C1D0B is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 29 | 11 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.58 |
| HSL | 11.13º | 0.82% | 0.23% | - |
| HSV(B) | 11.13º | 0.9% | 0.42% | - |
| XYZ | 6.68 | 4.09 | 0.75 | - |
| YUV | 50.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 11 | 0 | 0.73 | 0.90 | 0.58 | 11.13 | 0.82 | 0.23 |
| Hex | 6C | 1D | B | 0 | 49 | 5A | 3A | B | 52 | 17 |
| Octal | 154 | 35 | 13 | 0 | 111 | 132 | 72 | 13 | 122 | 27 |
| Binary | 1101100 | 11101 | 1011 | 0 | 1001001 | 1011010 | 111010 | 1011 | 1010010 | 10111 |
Color Harmonies of #6C1D0B
Complementary color
Monochromatic Colors of #6C1D0B
Black with #6C1D0B
Text Example
Text Example
White with #6C1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1D0B; }
p { color: rgb(108,29,11); }
H1.HeaderClassName
{
color: #6C1D0B;
}
.AnyTagClassName
{
color: #6C1D0B;
}
</style>
background-color css
<style>
a { background-color: #6C1D0B; }
a { background-color: rgb(108,29,11); }
div.DivClassName
{
background-color: #6C1D0B;
}
.BgClassName
{
background-color: #6C1D0B;
}
</style>
border-color css
<style>
span { border-color: #6C1D0B; }
span { border-color: rgb(108,29,11); }
td.TdClassName
{
border-color: #6C1D0B;
}
.TagClassName
{
border-color: #6C1D0B;
}
</style>