Shades of Sirocco #6D736E
Tints of Sirocco #6D736E
RGB
CMYK
RGB Variations
Color information
#6D736E (or 0x6D736E) is known color: Sirocco. HEX triplet: 6D, 73 and 6E. RGB value is (109,115,110). Sum of RGB (Red+Green+Blue) = 109+115+110=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 115 - color contains mainly: green. Hex color #6D736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D736E is #928C91. Grayscale: #707070. Windows color (decimal): -9604242 or 7238509. OLE color: 7238509.
HSL color Cylindrical-coordinate representation of color #6D736E: hue angle of 130º 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 #6D736E is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 110 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.55 |
| HSL | 130º | 0.03% | 0.44% | - |
| HSV(B) | 130º | 0.05% | 0.45% | - |
| XYZ | 15.25 | 16.64 | 17.16 | - |
| YUV | 112.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 110 | 0.05 | 0 | 0.04 | 0.55 | 130 | 0.03 | 0.44 |
| Hex | 6D | 73 | 6E | 5 | 0 | 4 | 37 | 82 | 3 | 2C |
| Octal | 155 | 163 | 156 | 5 | 0 | 4 | 67 | 202 | 3 | 54 |
| Binary | 1101101 | 1110011 | 1101110 | 101 | 0 | 100 | 110111 | 10000010 | 11 | 101100 |
Color Harmonies of #6D736E
Complementary color
Monochromatic Colors of #6D736E
Black with #6D736E
Text Example
Text Example
White with #6D736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D736E; }
p { color: rgb(109,115,110); }
H1.HeaderClassName
{
color: #6D736E;
}
.AnyTagClassName
{
color: #6D736E;
}
</style>
background-color css
<style>
a { background-color: #6D736E; }
a { background-color: rgb(109,115,110); }
div.DivClassName
{
background-color: #6D736E;
}
.BgClassName
{
background-color: #6D736E;
}
</style>
border-color css
<style>
span { border-color: #6D736E; }
span { border-color: rgb(109,115,110); }
td.TdClassName
{
border-color: #6D736E;
}
.TagClassName
{
border-color: #6D736E;
}
</style>