Shades of Sirocco #6D766F
Tints of Sirocco #6D766F
RGB
CMYK
RGB Variations
Color information
#6D766F (or 0x6D766F) is known color: Sirocco. HEX triplet: 6D, 76 and 6F. RGB value is (109,118,111). Sum of RGB (Red+Green+Blue) = 109+118+111=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 118 - color contains mainly: green. Hex color #6D766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D766F is #928990. Grayscale: #727272. Windows color (decimal): -9603473 or 7304813. OLE color: 7304813.
HSL color Cylindrical-coordinate representation of color #6D766F: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D766F is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 111 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.54 |
| HSL | 133.33º | 0.04% | 0.45% | - |
| HSV(B) | 133.33º | 0.08% | 0.46% | - |
| XYZ | 15.65 | 17.36 | 17.56 | - |
| YUV | 114.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 111 | 0.08 | 0 | 0.06 | 0.54 | 133.33 | 0.04 | 0.45 |
| Hex | 6D | 76 | 6F | 8 | 0 | 6 | 36 | 85 | 4 | 2D |
| Octal | 155 | 166 | 157 | 10 | 0 | 6 | 66 | 205 | 4 | 55 |
| Binary | 1101101 | 1110110 | 1101111 | 1000 | 0 | 110 | 110110 | 10000101 | 100 | 101101 |
Color Harmonies of #6D766F
Complementary color
Monochromatic Colors of #6D766F
Black with #6D766F
Text Example
Text Example
White with #6D766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D766F; }
p { color: rgb(109,118,111); }
H1.HeaderClassName
{
color: #6D766F;
}
.AnyTagClassName
{
color: #6D766F;
}
</style>
background-color css
<style>
a { background-color: #6D766F; }
a { background-color: rgb(109,118,111); }
div.DivClassName
{
background-color: #6D766F;
}
.BgClassName
{
background-color: #6D766F;
}
</style>
border-color css
<style>
span { border-color: #6D766F; }
span { border-color: rgb(109,118,111); }
td.TdClassName
{
border-color: #6D766F;
}
.TagClassName
{
border-color: #6D766F;
}
</style>