Shades of Sirocco #656D6A
Tints of Sirocco #656D6A
RGB
CMYK
RGB Variations
Color information
#656D6A (or 0x656D6A) is known color: Sirocco. HEX triplet: 65, 6D and 6A. RGB value is (101,109,106). Sum of RGB (Red+Green+Blue) = 101+109+106=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #656D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D6A is #9A9295. Grayscale: #6A6A6A. Windows color (decimal): -10130070 or 6974821. OLE color: 6974821.
HSL color Cylindrical-coordinate representation of color #656D6A: hue angle of 157.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 #656D6A is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 106 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.57 |
| HSL | 157.5º | 0.04% | 0.41% | - |
| HSV(B) | 157.5º | 0.07% | 0.43% | - |
| XYZ | 13.44 | 14.74 | 15.77 | - |
| YUV | 106.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 106 | 0.07 | 0 | 0.03 | 0.57 | 157.5 | 0.04 | 0.41 |
| Hex | 65 | 6D | 6A | 7 | 0 | 3 | 39 | 9E | 4 | 29 |
| Octal | 145 | 155 | 152 | 7 | 0 | 3 | 71 | 236 | 4 | 51 |
| Binary | 1100101 | 1101101 | 1101010 | 111 | 0 | 11 | 111001 | 10011110 | 100 | 101001 |
Color Harmonies of #656D6A
Complementary color
Monochromatic Colors of #656D6A
Black with #656D6A
Text Example
Text Example
White with #656D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D6A; }
p { color: rgb(101,109,106); }
H1.HeaderClassName
{
color: #656D6A;
}
.AnyTagClassName
{
color: #656D6A;
}
</style>
background-color css
<style>
a { background-color: #656D6A; }
a { background-color: rgb(101,109,106); }
div.DivClassName
{
background-color: #656D6A;
}
.BgClassName
{
background-color: #656D6A;
}
</style>
border-color css
<style>
span { border-color: #656D6A; }
span { border-color: rgb(101,109,106); }
td.TdClassName
{
border-color: #656D6A;
}
.TagClassName
{
border-color: #656D6A;
}
</style>