Shades of Sirocco #656D68
Tints of Sirocco #656D68
RGB
CMYK
RGB Variations
Color information
#656D68 (or 0x656D68) is known color: Sirocco. HEX triplet: 65, 6D and 68. RGB value is (101,109,104). Sum of RGB (Red+Green+Blue) = 101+109+104=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 109 - color contains mainly: green. Hex color #656D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D68 is #9A9297. Grayscale: #6A6A6A. Windows color (decimal): -10130072 or 6843749. OLE color: 6843749.
HSL color Cylindrical-coordinate representation of color #656D68: hue angle of 142.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 #656D68 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 104 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.57 |
| HSL | 142.5º | 0.04% | 0.41% | - |
| HSV(B) | 142.5º | 0.07% | 0.43% | - |
| XYZ | 13.33 | 14.7 | 15.23 | - |
| YUV | 106.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 104 | 0.07 | 0 | 0.05 | 0.57 | 142.5 | 0.04 | 0.41 |
| Hex | 65 | 6D | 68 | 7 | 0 | 5 | 39 | 8E | 4 | 29 |
| Octal | 145 | 155 | 150 | 7 | 0 | 5 | 71 | 216 | 4 | 51 |
| Binary | 1100101 | 1101101 | 1101000 | 111 | 0 | 101 | 111001 | 10001110 | 100 | 101001 |
Color Harmonies of #656D68
Complementary color
Monochromatic Colors of #656D68
Black with #656D68
Text Example
Text Example
White with #656D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D68; }
p { color: rgb(101,109,104); }
H1.HeaderClassName
{
color: #656D68;
}
.AnyTagClassName
{
color: #656D68;
}
</style>
background-color css
<style>
a { background-color: #656D68; }
a { background-color: rgb(101,109,104); }
div.DivClassName
{
background-color: #656D68;
}
.BgClassName
{
background-color: #656D68;
}
</style>
border-color css
<style>
span { border-color: #656D68; }
span { border-color: rgb(101,109,104); }
td.TdClassName
{
border-color: #656D68;
}
.TagClassName
{
border-color: #656D68;
}
</style>