Shades of Red Oxide #600807
Tints of Red Oxide #600807
RGB
CMYK
RGB Variations
Color information
#600807 (or 0x600807) is known color: Red Oxide. HEX triplet: 60, 08 and 07. RGB value is (96,8,7). Sum of RGB (Red+Green+Blue) = 96+8+7=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #600807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600807 is #9FF7F8. Grayscale: #222222. Windows color (decimal): -10483705 or 460896. OLE color: 460896.
HSL color Cylindrical-coordinate representation of color #600807: hue angle of 0.67º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600807 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 7 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.62 |
| HSL | 0.67º | 0.86% | 0.2% | - |
| HSV(B) | 0.67º | 0.93% | 0.38% | - |
| XYZ | 4.95 | 2.68 | 0.46 | - |
| YUV | 34.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 7 | 0 | 0.92 | 0.93 | 0.62 | 0.67 | 0.86 | 0.2 |
| Hex | 60 | 8 | 7 | 0 | 5C | 5D | 3E | 1 | 56 | 14 |
| Octal | 140 | 10 | 7 | 0 | 134 | 135 | 76 | 1 | 126 | 24 |
| Binary | 1100000 | 1000 | 111 | 0 | 1011100 | 1011101 | 111110 | 1 | 1010110 | 10100 |
Color Harmonies of #600807
Complementary color
Monochromatic Colors of #600807
Black with #600807
Text Example
Text Example
White with #600807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600807; }
p { color: rgb(96,8,7); }
H1.HeaderClassName
{
color: #600807;
}
.AnyTagClassName
{
color: #600807;
}
</style>
background-color css
<style>
a { background-color: #600807; }
a { background-color: rgb(96,8,7); }
div.DivClassName
{
background-color: #600807;
}
.BgClassName
{
background-color: #600807;
}
</style>
border-color css
<style>
span { border-color: #600807; }
span { border-color: rgb(96,8,7); }
td.TdClassName
{
border-color: #600807;
}
.TagClassName
{
border-color: #600807;
}
</style>