Shades of Sirocco #607366
Tints of Sirocco #607366
RGB
CMYK
RGB Variations
Color information
#607366 (or 0x607366) is known color: Sirocco. HEX triplet: 60, 73 and 66. RGB value is (96,115,102). Sum of RGB (Red+Green+Blue) = 96+115+102=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #607366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607366 is #9F8C99. Grayscale: #6B6B6B. Windows color (decimal): -10456218 or 6714208. OLE color: 6714208.
HSL color Cylindrical-coordinate representation of color #607366: hue angle of 138.95º 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 #607366 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 102 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.55 |
| HSL | 138.95º | 0.09% | 0.41% | - |
| HSV(B) | 138.95º | 0.17% | 0.45% | - |
| XYZ | 13.35 | 15.71 | 14.9 | - |
| YUV | 107.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 102 | 0.17 | 0 | 0.11 | 0.55 | 138.95 | 0.09 | 0.41 |
| Hex | 60 | 73 | 66 | 11 | 0 | B | 37 | 8B | 9 | 29 |
| Octal | 140 | 163 | 146 | 21 | 0 | 13 | 67 | 213 | 11 | 51 |
| Binary | 1100000 | 1110011 | 1100110 | 10001 | 0 | 1011 | 110111 | 10001011 | 1001 | 101001 |
Color Harmonies of #607366
Complementary color
Monochromatic Colors of #607366
Black with #607366
Text Example
Text Example
White with #607366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607366; }
p { color: rgb(96,115,102); }
H1.HeaderClassName
{
color: #607366;
}
.AnyTagClassName
{
color: #607366;
}
</style>
background-color css
<style>
a { background-color: #607366; }
a { background-color: rgb(96,115,102); }
div.DivClassName
{
background-color: #607366;
}
.BgClassName
{
background-color: #607366;
}
</style>
border-color css
<style>
span { border-color: #607366; }
span { border-color: rgb(96,115,102); }
td.TdClassName
{
border-color: #607366;
}
.TagClassName
{
border-color: #607366;
}
</style>