Shades of Sirocco #6C746F
Tints of Sirocco #6C746F
RGB
CMYK
RGB Variations
Color information
#6C746F (or 0x6C746F) is known color: Sirocco. HEX triplet: 6C, 74 and 6F. RGB value is (108,116,111). Sum of RGB (Red+Green+Blue) = 108+116+111=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #6C746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C746F is #938B90. Grayscale: #717171. Windows color (decimal): -9669521 or 7304300. OLE color: 7304300.
HSL color Cylindrical-coordinate representation of color #6C746F: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6C746F is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 111 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.55 |
| HSL | 142.5º | 0.04% | 0.44% | - |
| HSV(B) | 142.5º | 0.07% | 0.45% | - |
| XYZ | 15.3 | 16.83 | 17.48 | - |
| YUV | 113.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 111 | 0.07 | 0 | 0.04 | 0.55 | 142.5 | 0.04 | 0.44 |
| Hex | 6C | 74 | 6F | 7 | 0 | 4 | 37 | 8E | 4 | 2C |
| Octal | 154 | 164 | 157 | 7 | 0 | 4 | 67 | 216 | 4 | 54 |
| Binary | 1101100 | 1110100 | 1101111 | 111 | 0 | 100 | 110111 | 10001110 | 100 | 101100 |
Color Harmonies of #6C746F
Complementary color
Monochromatic Colors of #6C746F
Black with #6C746F
Text Example
Text Example
White with #6C746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C746F; }
p { color: rgb(108,116,111); }
H1.HeaderClassName
{
color: #6C746F;
}
.AnyTagClassName
{
color: #6C746F;
}
</style>
background-color css
<style>
a { background-color: #6C746F; }
a { background-color: rgb(108,116,111); }
div.DivClassName
{
background-color: #6C746F;
}
.BgClassName
{
background-color: #6C746F;
}
</style>
border-color css
<style>
span { border-color: #6C746F; }
span { border-color: rgb(108,116,111); }
td.TdClassName
{
border-color: #6C746F;
}
.TagClassName
{
border-color: #6C746F;
}
</style>