Shades of Sirocco #607565
Tints of Sirocco #607565
RGB
CMYK
RGB Variations
Color information
#607565 (or 0x607565) is known color: Sirocco. HEX triplet: 60, 75 and 65. RGB value is (96,117,101). Sum of RGB (Red+Green+Blue) = 96+117+101=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #607565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607565 is #9F8A9A. Grayscale: #6C6C6C. Windows color (decimal): -10455707 or 6649184. OLE color: 6649184.
HSL color Cylindrical-coordinate representation of color #607565: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #607565 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 101 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.54 |
| HSL | 134.29º | 0.1% | 0.42% | - |
| HSV(B) | 134.29º | 0.18% | 0.46% | - |
| XYZ | 13.53 | 16.15 | 14.72 | - |
| YUV | 108.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 101 | 0.18 | 0 | 0.14 | 0.54 | 134.29 | 0.1 | 0.42 |
| Hex | 60 | 75 | 65 | 12 | 0 | E | 36 | 86 | A | 2A |
| Octal | 140 | 165 | 145 | 22 | 0 | 16 | 66 | 206 | 12 | 52 |
| Binary | 1100000 | 1110101 | 1100101 | 10010 | 0 | 1110 | 110110 | 10000110 | 1010 | 101010 |
Color Harmonies of #607565
Complementary color
Monochromatic Colors of #607565
Black with #607565
Text Example
Text Example
White with #607565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607565; }
p { color: rgb(96,117,101); }
H1.HeaderClassName
{
color: #607565;
}
.AnyTagClassName
{
color: #607565;
}
</style>
background-color css
<style>
a { background-color: #607565; }
a { background-color: rgb(96,117,101); }
div.DivClassName
{
background-color: #607565;
}
.BgClassName
{
background-color: #607565;
}
</style>
border-color css
<style>
span { border-color: #607565; }
span { border-color: rgb(96,117,101); }
td.TdClassName
{
border-color: #607565;
}
.TagClassName
{
border-color: #607565;
}
</style>