Shades of Maroon #670600
Tints of Maroon #670600
RGB
CMYK
RGB Variations
Color information
#670600 (or 0x670600) is known color: Maroon. HEX triplet: 67, 06 and 00. RGB value is (103,6,0). Sum of RGB (Red+Green+Blue) = 103+6+0=109 (14% of max value = 765). Red value is 103 (40.62% from 255 or 94.50% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 103 - color contains mainly: red. Hex color #670600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670600 is #98F9FF. Grayscale: #222222. Windows color (decimal): -10025472 or 1639. OLE color: 1639.
HSL color Cylindrical-coordinate representation of color #670600: hue angle of 3.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670600 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.60 |
| HSL | 3.5º | 1% | 0.2% | - |
| HSV(B) | 3.5º | 1% | 0.4% | - |
| XYZ | 5.66 | 3.01 | 0.28 | - |
| YUV | 34.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 0 | 0 | 0.94 | 1 | 0.60 | 3.5 | 1 | 0.2 |
| Hex | 67 | 6 | 0 | 0 | 5E | 64 | 3C | 3 | 64 | 14 |
| Octal | 147 | 6 | 0 | 0 | 136 | 144 | 74 | 3 | 144 | 24 |
| Binary | 1100111 | 110 | 0 | 0 | 1011110 | 1100100 | 111100 | 11 | 1100100 | 10100 |
Color Harmonies of #670600
Complementary color
Monochromatic Colors of #670600
Black with #670600
Text Example
Text Example
White with #670600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670600; }
p { color: rgb(103,6,0); }
H1.HeaderClassName
{
color: #670600;
}
.AnyTagClassName
{
color: #670600;
}
</style>
background-color css
<style>
a { background-color: #670600; }
a { background-color: rgb(103,6,0); }
div.DivClassName
{
background-color: #670600;
}
.BgClassName
{
background-color: #670600;
}
</style>
border-color css
<style>
span { border-color: #670600; }
span { border-color: rgb(103,6,0); }
td.TdClassName
{
border-color: #670600;
}
.TagClassName
{
border-color: #670600;
}
</style>