Shades of Sirocco #6D736F
Tints of Sirocco #6D736F
RGB
CMYK
RGB Variations
Color information
#6D736F (or 0x6D736F) is known color: Sirocco. HEX triplet: 6D, 73 and 6F. RGB value is (109,115,111). Sum of RGB (Red+Green+Blue) = 109+115+111=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 115 - color contains mainly: green. Hex color #6D736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D736F is #928C90. Grayscale: #707070. Windows color (decimal): -9604241 or 7304045. OLE color: 7304045.
HSL color Cylindrical-coordinate representation of color #6D736F: hue angle of 140º 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 #6D736F is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 111 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.55 |
| HSL | 140º | 0.03% | 0.44% | - |
| HSV(B) | 140º | 0.05% | 0.45% | - |
| XYZ | 15.31 | 16.66 | 17.45 | - |
| YUV | 112.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 111 | 0.05 | 0 | 0.03 | 0.55 | 140 | 0.03 | 0.44 |
| Hex | 6D | 73 | 6F | 5 | 0 | 3 | 37 | 8C | 3 | 2C |
| Octal | 155 | 163 | 157 | 5 | 0 | 3 | 67 | 214 | 3 | 54 |
| Binary | 1101101 | 1110011 | 1101111 | 101 | 0 | 11 | 110111 | 10001100 | 11 | 101100 |
Color Harmonies of #6D736F
Complementary color
Monochromatic Colors of #6D736F
Black with #6D736F
Text Example
Text Example
White with #6D736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D736F; }
p { color: rgb(109,115,111); }
H1.HeaderClassName
{
color: #6D736F;
}
.AnyTagClassName
{
color: #6D736F;
}
</style>
background-color css
<style>
a { background-color: #6D736F; }
a { background-color: rgb(109,115,111); }
div.DivClassName
{
background-color: #6D736F;
}
.BgClassName
{
background-color: #6D736F;
}
</style>
border-color css
<style>
span { border-color: #6D736F; }
span { border-color: rgb(109,115,111); }
td.TdClassName
{
border-color: #6D736F;
}
.TagClassName
{
border-color: #6D736F;
}
</style>