Shades of Red Oxide #69170C
Tints of Red Oxide #69170C
RGB
CMYK
RGB Variations
Color information
#69170C (or 0x69170C) is known color: Red Oxide. HEX triplet: 69, 17 and 0C. RGB value is (105,23,12). Sum of RGB (Red+Green+Blue) = 105+23+12=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #69170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69170C is #96E8F3. Grayscale: #2E2E2E. Windows color (decimal): -9890036 or 792425. OLE color: 792425.
HSL color Cylindrical-coordinate representation of color #69170C: hue angle of 7.1º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69170C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 12 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.59 |
| HSL | 7.1º | 0.79% | 0.23% | - |
| HSV(B) | 7.1º | 0.89% | 0.41% | - |
| XYZ | 6.2 | 3.64 | 0.72 | - |
| YUV | 46.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 12 | 0 | 0.78 | 0.89 | 0.59 | 7.1 | 0.79 | 0.23 |
| Hex | 69 | 17 | C | 0 | 4E | 59 | 3B | 7 | 4F | 17 |
| Octal | 151 | 27 | 14 | 0 | 116 | 131 | 73 | 7 | 117 | 27 |
| Binary | 1101001 | 10111 | 1100 | 0 | 1001110 | 1011001 | 111011 | 111 | 1001111 | 10111 |
Color Harmonies of #69170C
Complementary color
Monochromatic Colors of #69170C
Black with #69170C
Text Example
Text Example
White with #69170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69170C; }
p { color: rgb(105,23,12); }
H1.HeaderClassName
{
color: #69170C;
}
.AnyTagClassName
{
color: #69170C;
}
</style>
background-color css
<style>
a { background-color: #69170C; }
a { background-color: rgb(105,23,12); }
div.DivClassName
{
background-color: #69170C;
}
.BgClassName
{
background-color: #69170C;
}
</style>
border-color css
<style>
span { border-color: #69170C; }
span { border-color: rgb(105,23,12); }
td.TdClassName
{
border-color: #69170C;
}
.TagClassName
{
border-color: #69170C;
}
</style>