Shades of Red Oxide #671708
Tints of Red Oxide #671708
RGB
CMYK
RGB Variations
Color information
#671708 (or 0x671708) is known color: Red Oxide. HEX triplet: 67, 17 and 08. RGB value is (103,23,8). Sum of RGB (Red+Green+Blue) = 103+23+8=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #671708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671708 is #98E8F7. Grayscale: #2D2D2D. Windows color (decimal): -10021112 or 530279. OLE color: 530279.
HSL color Cylindrical-coordinate representation of color #671708: hue angle of 9.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #671708 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 8 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.60 |
| HSL | 9.47º | 0.86% | 0.22% | - |
| HSV(B) | 9.47º | 0.92% | 0.4% | - |
| XYZ | 5.94 | 3.51 | 0.59 | - |
| YUV | 45.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 8 | 0 | 0.78 | 0.92 | 0.60 | 9.47 | 0.86 | 0.22 |
| Hex | 67 | 17 | 8 | 0 | 4E | 5C | 3C | 9 | 56 | 16 |
| Octal | 147 | 27 | 10 | 0 | 116 | 134 | 74 | 11 | 126 | 26 |
| Binary | 1100111 | 10111 | 1000 | 0 | 1001110 | 1011100 | 111100 | 1001 | 1010110 | 10110 |
Color Harmonies of #671708
Complementary color
Monochromatic Colors of #671708
Black with #671708
Text Example
Text Example
White with #671708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671708; }
p { color: rgb(103,23,8); }
H1.HeaderClassName
{
color: #671708;
}
.AnyTagClassName
{
color: #671708;
}
</style>
background-color css
<style>
a { background-color: #671708; }
a { background-color: rgb(103,23,8); }
div.DivClassName
{
background-color: #671708;
}
.BgClassName
{
background-color: #671708;
}
</style>
border-color css
<style>
span { border-color: #671708; }
span { border-color: rgb(103,23,8); }
td.TdClassName
{
border-color: #671708;
}
.TagClassName
{
border-color: #671708;
}
</style>