Shades of Maroon #670900
Tints of Maroon #670900
RGB
CMYK
RGB Variations
Color information
#670900 (or 0x670900) is known color: Maroon. HEX triplet: 67, 09 and 00. RGB value is (103,9,0). Sum of RGB (Red+Green+Blue) = 103+9+0=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670900 is #98F6FF. Grayscale: #242424. Windows color (decimal): -10024704 or 2407. OLE color: 2407.
HSL color Cylindrical-coordinate representation of color #670900: hue angle of 5.24º 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 #670900 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.60 |
| HSL | 5.24º | 1% | 0.2% | - |
| HSV(B) | 5.24º | 1% | 0.4% | - |
| XYZ | 5.69 | 3.08 | 0.29 | - |
| YUV | 36.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 0 | 0 | 0.91 | 1 | 0.60 | 5.24 | 1 | 0.2 |
| Hex | 67 | 9 | 0 | 0 | 5B | 64 | 3C | 5 | 64 | 14 |
| Octal | 147 | 11 | 0 | 0 | 133 | 144 | 74 | 5 | 144 | 24 |
| Binary | 1100111 | 1001 | 0 | 0 | 1011011 | 1100100 | 111100 | 101 | 1100100 | 10100 |
Color Harmonies of #670900
Complementary color
Monochromatic Colors of #670900
Black with #670900
Text Example
Text Example
White with #670900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670900; }
p { color: rgb(103,9,0); }
H1.HeaderClassName
{
color: #670900;
}
.AnyTagClassName
{
color: #670900;
}
</style>
background-color css
<style>
a { background-color: #670900; }
a { background-color: rgb(103,9,0); }
div.DivClassName
{
background-color: #670900;
}
.BgClassName
{
background-color: #670900;
}
</style>
border-color css
<style>
span { border-color: #670900; }
span { border-color: rgb(103,9,0); }
td.TdClassName
{
border-color: #670900;
}
.TagClassName
{
border-color: #670900;
}
</style>