Shades of Sirocco #656B68
Tints of Sirocco #656B68
RGB
CMYK
RGB Variations
Color information
#656B68 (or 0x656B68) is known color: Sirocco. HEX triplet: 65, 6B and 68. RGB value is (101,107,104). Sum of RGB (Red+Green+Blue) = 101+107+104=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 107 - color contains mainly: green. Hex color #656B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B68 is #9A9497. Grayscale: #686868. Windows color (decimal): -10130584 or 6843237. OLE color: 6843237.
HSL color Cylindrical-coordinate representation of color #656B68: hue angle of 150º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #656B68 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 104 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.58 |
| HSL | 150º | 0.03% | 0.41% | - |
| HSV(B) | 150º | 0.06% | 0.42% | - |
| XYZ | 13.12 | 14.28 | 15.16 | - |
| YUV | 104.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 104 | 0.06 | 0 | 0.03 | 0.58 | 150 | 0.03 | 0.41 |
| Hex | 65 | 6B | 68 | 6 | 0 | 3 | 3A | 96 | 3 | 29 |
| Octal | 145 | 153 | 150 | 6 | 0 | 3 | 72 | 226 | 3 | 51 |
| Binary | 1100101 | 1101011 | 1101000 | 110 | 0 | 11 | 111010 | 10010110 | 11 | 101001 |
Color Harmonies of #656B68
Complementary color
Monochromatic Colors of #656B68
Black with #656B68
Text Example
Text Example
White with #656B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B68; }
p { color: rgb(101,107,104); }
H1.HeaderClassName
{
color: #656B68;
}
.AnyTagClassName
{
color: #656B68;
}
</style>
background-color css
<style>
a { background-color: #656B68; }
a { background-color: rgb(101,107,104); }
div.DivClassName
{
background-color: #656B68;
}
.BgClassName
{
background-color: #656B68;
}
</style>
border-color css
<style>
span { border-color: #656B68; }
span { border-color: rgb(101,107,104); }
td.TdClassName
{
border-color: #656B68;
}
.TagClassName
{
border-color: #656B68;
}
</style>