Shades of Red Oxide #691C1A
Tints of Red Oxide #691C1A
RGB
CMYK
RGB Variations
Color information
#691C1A (or 0x691C1A) is known color: Red Oxide. HEX triplet: 69, 1C and 1A. RGB value is (105,28,26). Sum of RGB (Red+Green+Blue) = 105+28+26=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #691C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C1A is #96E3E5. Grayscale: #323232. Windows color (decimal): -9888742 or 1711209. OLE color: 1711209.
HSL color Cylindrical-coordinate representation of color #691C1A: hue angle of 1.52º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691C1A is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 26 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.59 |
| HSL | 1.52º | 0.6% | 0.26% | - |
| HSV(B) | 1.52º | 0.75% | 0.41% | - |
| XYZ | 6.43 | 3.91 | 1.39 | - |
| YUV | 50.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 26 | 0 | 0.73 | 0.75 | 0.59 | 1.52 | 0.6 | 0.26 |
| Hex | 69 | 1C | 1A | 0 | 49 | 4B | 3B | 2 | 3C | 1A |
| Octal | 151 | 34 | 32 | 0 | 111 | 113 | 73 | 2 | 74 | 32 |
| Binary | 1101001 | 11100 | 11010 | 0 | 1001001 | 1001011 | 111011 | 10 | 111100 | 11010 |
Color Harmonies of #691C1A
Complementary color
Monochromatic Colors of #691C1A
Black with #691C1A
Text Example
Text Example
White with #691C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C1A; }
p { color: rgb(105,28,26); }
H1.HeaderClassName
{
color: #691C1A;
}
.AnyTagClassName
{
color: #691C1A;
}
</style>
background-color css
<style>
a { background-color: #691C1A; }
a { background-color: rgb(105,28,26); }
div.DivClassName
{
background-color: #691C1A;
}
.BgClassName
{
background-color: #691C1A;
}
</style>
border-color css
<style>
span { border-color: #691C1A; }
span { border-color: rgb(105,28,26); }
td.TdClassName
{
border-color: #691C1A;
}
.TagClassName
{
border-color: #691C1A;
}
</style>