Shades of Red Oxide #621608
Tints of Red Oxide #621608
RGB
CMYK
RGB Variations
Color information
#621608 (or 0x621608) is known color: Red Oxide. HEX triplet: 62, 16 and 08. RGB value is (98,22,8). Sum of RGB (Red+Green+Blue) = 98+22+8=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #621608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621608 is #9DE9F7. Grayscale: #2B2B2B. Windows color (decimal): -10349048 or 530018. OLE color: 530018.
HSL color Cylindrical-coordinate representation of color #621608: hue angle of 9.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621608 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 8 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.62 |
| HSL | 9.33º | 0.85% | 0.21% | - |
| HSV(B) | 9.33º | 0.92% | 0.38% | - |
| XYZ | 5.37 | 3.19 | 0.56 | - |
| YUV | 43.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 8 | 0 | 0.78 | 0.92 | 0.62 | 9.33 | 0.85 | 0.21 |
| Hex | 62 | 16 | 8 | 0 | 4E | 5C | 3E | 9 | 55 | 15 |
| Octal | 142 | 26 | 10 | 0 | 116 | 134 | 76 | 11 | 125 | 25 |
| Binary | 1100010 | 10110 | 1000 | 0 | 1001110 | 1011100 | 111110 | 1001 | 1010101 | 10101 |
Color Harmonies of #621608
Complementary color
Monochromatic Colors of #621608
Black with #621608
Text Example
Text Example
White with #621608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621608; }
p { color: rgb(98,22,8); }
H1.HeaderClassName
{
color: #621608;
}
.AnyTagClassName
{
color: #621608;
}
</style>
background-color css
<style>
a { background-color: #621608; }
a { background-color: rgb(98,22,8); }
div.DivClassName
{
background-color: #621608;
}
.BgClassName
{
background-color: #621608;
}
</style>
border-color css
<style>
span { border-color: #621608; }
span { border-color: rgb(98,22,8); }
td.TdClassName
{
border-color: #621608;
}
.TagClassName
{
border-color: #621608;
}
</style>