Shades of Red Oxide #6C251C
Tints of Red Oxide #6C251C
RGB
CMYK
RGB Variations
Color information
#6C251C (or 0x6C251C) is known color: Red Oxide. HEX triplet: 6C, 25 and 1C. RGB value is (108,37,28). Sum of RGB (Red+Green+Blue) = 108+37+28=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C251C is #93DAE3. Grayscale: #393939. Windows color (decimal): -9689828 or 1844588. OLE color: 1844588.
HSL color Cylindrical-coordinate representation of color #6C251C: hue angle of 6.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C251C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 28 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.58 |
| HSL | 6.75º | 0.59% | 0.27% | - |
| HSV(B) | 6.75º | 0.74% | 0.42% | - |
| XYZ | 7.06 | 4.6 | 1.61 | - |
| YUV | 57.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 28 | 0 | 0.66 | 0.74 | 0.58 | 6.75 | 0.59 | 0.27 |
| Hex | 6C | 25 | 1C | 0 | 42 | 4A | 3A | 7 | 3B | 1B |
| Octal | 154 | 45 | 34 | 0 | 102 | 112 | 72 | 7 | 73 | 33 |
| Binary | 1101100 | 100101 | 11100 | 0 | 1000010 | 1001010 | 111010 | 111 | 111011 | 11011 |
Color Harmonies of #6C251C
Complementary color
Monochromatic Colors of #6C251C
Black with #6C251C
Text Example
Text Example
White with #6C251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C251C; }
p { color: rgb(108,37,28); }
H1.HeaderClassName
{
color: #6C251C;
}
.AnyTagClassName
{
color: #6C251C;
}
</style>
background-color css
<style>
a { background-color: #6C251C; }
a { background-color: rgb(108,37,28); }
div.DivClassName
{
background-color: #6C251C;
}
.BgClassName
{
background-color: #6C251C;
}
</style>
border-color css
<style>
span { border-color: #6C251C; }
span { border-color: rgb(108,37,28); }
td.TdClassName
{
border-color: #6C251C;
}
.TagClassName
{
border-color: #6C251C;
}
</style>