Shades of Sangria #6D0506
Tints of Sangria #6D0506
RGB
CMYK
RGB Variations
Color information
#6D0506 (or 0x6D0506) is known color: Sangria. HEX triplet: 6D, 05 and 06. RGB value is (109,5,6). Sum of RGB (Red+Green+Blue) = 109+5+6=120 (15% of max value = 765). Red value is 109 (42.97% from 255 or 90.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0506 is #92FAF9. Grayscale: #242424. Windows color (decimal): -9632506 or 394605. OLE color: 394605.
HSL color Cylindrical-coordinate representation of color #6D0506: hue angle of 359.42º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0506 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 6 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.57 |
| HSL | 359.42º | 0.91% | 0.22% | - |
| HSV(B) | 359.42º | 0.95% | 0.43% | - |
| XYZ | 6.39 | 3.37 | 0.49 | - |
| YUV | 36.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 6 | 0 | 0.95 | 0.94 | 0.57 | 359.42 | 0.91 | 0.22 |
| Hex | 6D | 5 | 6 | 0 | 5F | 5E | 39 | 167 | 5B | 16 |
| Octal | 155 | 5 | 6 | 0 | 137 | 136 | 71 | 547 | 133 | 26 |
| Binary | 1101101 | 101 | 110 | 0 | 1011111 | 1011110 | 111001 | 101100111 | 1011011 | 10110 |
Color Harmonies of #6D0506
Complementary color
Monochromatic Colors of #6D0506
Black with #6D0506
Text Example
Text Example
White with #6D0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0506; }
p { color: rgb(109,5,6); }
H1.HeaderClassName
{
color: #6D0506;
}
.AnyTagClassName
{
color: #6D0506;
}
</style>
background-color css
<style>
a { background-color: #6D0506; }
a { background-color: rgb(109,5,6); }
div.DivClassName
{
background-color: #6D0506;
}
.BgClassName
{
background-color: #6D0506;
}
</style>
border-color css
<style>
span { border-color: #6D0506; }
span { border-color: rgb(109,5,6); }
td.TdClassName
{
border-color: #6D0506;
}
.TagClassName
{
border-color: #6D0506;
}
</style>