Shades of Sirocco #607365
Tints of Sirocco #607365
RGB
CMYK
RGB Variations
Color information
#607365 (or 0x607365) is known color: Sirocco. HEX triplet: 60, 73 and 65. RGB value is (96,115,101). Sum of RGB (Red+Green+Blue) = 96+115+101=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #607365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607365 is #9F8C9A. Grayscale: #6B6B6B. Windows color (decimal): -10456219 or 6648672. OLE color: 6648672.
HSL color Cylindrical-coordinate representation of color #607365: hue angle of 135.79º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607365 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 101 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.55 |
| HSL | 135.79º | 0.09% | 0.41% | - |
| HSV(B) | 135.79º | 0.17% | 0.45% | - |
| XYZ | 13.3 | 15.69 | 14.64 | - |
| YUV | 107.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 101 | 0.17 | 0 | 0.12 | 0.55 | 135.79 | 0.09 | 0.41 |
| Hex | 60 | 73 | 65 | 11 | 0 | C | 37 | 88 | 9 | 29 |
| Octal | 140 | 163 | 145 | 21 | 0 | 14 | 67 | 210 | 11 | 51 |
| Binary | 1100000 | 1110011 | 1100101 | 10001 | 0 | 1100 | 110111 | 10001000 | 1001 | 101001 |
Color Harmonies of #607365
Complementary color
Monochromatic Colors of #607365
Black with #607365
Text Example
Text Example
White with #607365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607365; }
p { color: rgb(96,115,101); }
H1.HeaderClassName
{
color: #607365;
}
.AnyTagClassName
{
color: #607365;
}
</style>
background-color css
<style>
a { background-color: #607365; }
a { background-color: rgb(96,115,101); }
div.DivClassName
{
background-color: #607365;
}
.BgClassName
{
background-color: #607365;
}
</style>
border-color css
<style>
span { border-color: #607365; }
span { border-color: rgb(96,115,101); }
td.TdClassName
{
border-color: #607365;
}
.TagClassName
{
border-color: #607365;
}
</style>