Shades of Sirocco #656E66
Tints of Sirocco #656E66
RGB
CMYK
RGB Variations
Color information
#656E66 (or 0x656E66) is known color: Sirocco. HEX triplet: 65, 6E and 66. RGB value is (101,110,102). Sum of RGB (Red+Green+Blue) = 101+110+102=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 110 - color contains mainly: green. Hex color #656E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E66 is #9A9199. Grayscale: #6A6A6A. Windows color (decimal): -10129818 or 6712933. OLE color: 6712933.
HSL color Cylindrical-coordinate representation of color #656E66: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #656E66 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 102 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.57 |
| HSL | 126.67º | 0.04% | 0.41% | - |
| HSV(B) | 126.67º | 0.08% | 0.43% | - |
| XYZ | 13.34 | 14.88 | 14.74 | - |
| YUV | 106.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 102 | 0.08 | 0 | 0.07 | 0.57 | 126.67 | 0.04 | 0.41 |
| Hex | 65 | 6E | 66 | 8 | 0 | 7 | 39 | 7F | 4 | 29 |
| Octal | 145 | 156 | 146 | 10 | 0 | 7 | 71 | 177 | 4 | 51 |
| Binary | 1100101 | 1101110 | 1100110 | 1000 | 0 | 111 | 111001 | 1111111 | 100 | 101001 |
Color Harmonies of #656E66
Complementary color
Monochromatic Colors of #656E66
Black with #656E66
Text Example
Text Example
White with #656E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E66; }
p { color: rgb(101,110,102); }
H1.HeaderClassName
{
color: #656E66;
}
.AnyTagClassName
{
color: #656E66;
}
</style>
background-color css
<style>
a { background-color: #656E66; }
a { background-color: rgb(101,110,102); }
div.DivClassName
{
background-color: #656E66;
}
.BgClassName
{
background-color: #656E66;
}
</style>
border-color css
<style>
span { border-color: #656E66; }
span { border-color: rgb(101,110,102); }
td.TdClassName
{
border-color: #656E66;
}
.TagClassName
{
border-color: #656E66;
}
</style>