Shades of Sirocco #656D66
Tints of Sirocco #656D66
RGB
CMYK
RGB Variations
Color information
#656D66 (or 0x656D66) is known color: Sirocco. HEX triplet: 65, 6D and 66. RGB value is (101,109,102). Sum of RGB (Red+Green+Blue) = 101+109+102=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 109 - color contains mainly: green. Hex color #656D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D66 is #9A9299. Grayscale: #696969. Windows color (decimal): -10130074 or 6712677. OLE color: 6712677.
HSL color Cylindrical-coordinate representation of color #656D66: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #656D66 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 102 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.57 |
| HSL | 127.5º | 0.04% | 0.41% | - |
| HSV(B) | 127.5º | 0.07% | 0.43% | - |
| XYZ | 13.23 | 14.66 | 14.7 | - |
| YUV | 105.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 102 | 0.07 | 0 | 0.06 | 0.57 | 127.5 | 0.04 | 0.41 |
| Hex | 65 | 6D | 66 | 7 | 0 | 6 | 39 | 80 | 4 | 29 |
| Octal | 145 | 155 | 146 | 7 | 0 | 6 | 71 | 200 | 4 | 51 |
| Binary | 1100101 | 1101101 | 1100110 | 111 | 0 | 110 | 111001 | 10000000 | 100 | 101001 |
Color Harmonies of #656D66
Complementary color
Monochromatic Colors of #656D66
Black with #656D66
Text Example
Text Example
White with #656D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D66; }
p { color: rgb(101,109,102); }
H1.HeaderClassName
{
color: #656D66;
}
.AnyTagClassName
{
color: #656D66;
}
</style>
background-color css
<style>
a { background-color: #656D66; }
a { background-color: rgb(101,109,102); }
div.DivClassName
{
background-color: #656D66;
}
.BgClassName
{
background-color: #656D66;
}
</style>
border-color css
<style>
span { border-color: #656D66; }
span { border-color: rgb(101,109,102); }
td.TdClassName
{
border-color: #656D66;
}
.TagClassName
{
border-color: #656D66;
}
</style>