Shades of Sirocco #6D7370
Tints of Sirocco #6D7370
RGB
CMYK
RGB Variations
Color information
#6D7370 (or 0x6D7370) is known color: Sirocco. HEX triplet: 6D, 73 and 70. RGB value is (109,115,112). Sum of RGB (Red+Green+Blue) = 109+115+112=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7370 is #928C8F. Grayscale: #707070. Windows color (decimal): -9604240 or 7369581. OLE color: 7369581.
HSL color Cylindrical-coordinate representation of color #6D7370: hue angle of 150º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D7370 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 112 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.55 |
| HSL | 150º | 0.03% | 0.44% | - |
| HSV(B) | 150º | 0.05% | 0.45% | - |
| XYZ | 15.36 | 16.68 | 17.74 | - |
| YUV | 112.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 112 | 0.05 | 0 | 0.03 | 0.55 | 150 | 0.03 | 0.44 |
| Hex | 6D | 73 | 70 | 5 | 0 | 3 | 37 | 96 | 3 | 2C |
| Octal | 155 | 163 | 160 | 5 | 0 | 3 | 67 | 226 | 3 | 54 |
| Binary | 1101101 | 1110011 | 1110000 | 101 | 0 | 11 | 110111 | 10010110 | 11 | 101100 |
Color Harmonies of #6D7370
Complementary color
Monochromatic Colors of #6D7370
Black with #6D7370
Text Example
Text Example
White with #6D7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7370; }
p { color: rgb(109,115,112); }
H1.HeaderClassName
{
color: #6D7370;
}
.AnyTagClassName
{
color: #6D7370;
}
</style>
background-color css
<style>
a { background-color: #6D7370; }
a { background-color: rgb(109,115,112); }
div.DivClassName
{
background-color: #6D7370;
}
.BgClassName
{
background-color: #6D7370;
}
</style>
border-color css
<style>
span { border-color: #6D7370; }
span { border-color: rgb(109,115,112); }
td.TdClassName
{
border-color: #6D7370;
}
.TagClassName
{
border-color: #6D7370;
}
</style>