Shades of Red Oxide #691C07
Tints of Red Oxide #691C07
RGB
CMYK
RGB Variations
Color information
#691C07 (or 0x691C07) is known color: Red Oxide. HEX triplet: 69, 1C and 07. RGB value is (105,28,7). Sum of RGB (Red+Green+Blue) = 105+28+7=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C07 is #96E3F8. Grayscale: #303030. Windows color (decimal): -9888761 or 466025. OLE color: 466025.
HSL color Cylindrical-coordinate representation of color #691C07: hue angle of 12.86º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #691C07 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 7 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.59 |
| HSL | 12.86º | 0.88% | 0.22% | - |
| HSV(B) | 12.86º | 0.93% | 0.41% | - |
| XYZ | 6.28 | 3.85 | 0.61 | - |
| YUV | 48.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 7 | 0 | 0.73 | 0.93 | 0.59 | 12.86 | 0.88 | 0.22 |
| Hex | 69 | 1C | 7 | 0 | 49 | 5D | 3B | D | 58 | 16 |
| Octal | 151 | 34 | 7 | 0 | 111 | 135 | 73 | 15 | 130 | 26 |
| Binary | 1101001 | 11100 | 111 | 0 | 1001001 | 1011101 | 111011 | 1101 | 1011000 | 10110 |
Color Harmonies of #691C07
Complementary color
Monochromatic Colors of #691C07
Black with #691C07
Text Example
Text Example
White with #691C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C07; }
p { color: rgb(105,28,7); }
H1.HeaderClassName
{
color: #691C07;
}
.AnyTagClassName
{
color: #691C07;
}
</style>
background-color css
<style>
a { background-color: #691C07; }
a { background-color: rgb(105,28,7); }
div.DivClassName
{
background-color: #691C07;
}
.BgClassName
{
background-color: #691C07;
}
</style>
border-color css
<style>
span { border-color: #691C07; }
span { border-color: rgb(105,28,7); }
td.TdClassName
{
border-color: #691C07;
}
.TagClassName
{
border-color: #691C07;
}
</style>