Shades of Sirocco #607F6E
Tints of Sirocco #607F6E
RGB
CMYK
RGB Variations
Color information
#607F6E (or 0x607F6E) is known color: Sirocco. HEX triplet: 60, 7F and 6E. RGB value is (96,127,110). Sum of RGB (Red+Green+Blue) = 96+127+110=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #607F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F6E is #9F8091. Grayscale: #737373. Windows color (decimal): -10453138 or 7241568. OLE color: 7241568.
HSL color Cylindrical-coordinate representation of color #607F6E: hue angle of 147.1º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F6E is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 110 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.50 |
| HSL | 147.1º | 0.14% | 0.44% | - |
| HSV(B) | 147.1º | 0.24% | 0.5% | - |
| XYZ | 15.23 | 18.79 | 17.58 | - |
| YUV | 115.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 110 | 0.24 | 0 | 0.13 | 0.50 | 147.1 | 0.14 | 0.44 |
| Hex | 60 | 7F | 6E | 18 | 0 | D | 32 | 93 | E | 2C |
| Octal | 140 | 177 | 156 | 30 | 0 | 15 | 62 | 223 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1101110 | 11000 | 0 | 1101 | 110010 | 10010011 | 1110 | 101100 |
Color Harmonies of #607F6E
Complementary color
Monochromatic Colors of #607F6E
Black with #607F6E
Text Example
Text Example
White with #607F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F6E; }
p { color: rgb(96,127,110); }
H1.HeaderClassName
{
color: #607F6E;
}
.AnyTagClassName
{
color: #607F6E;
}
</style>
background-color css
<style>
a { background-color: #607F6E; }
a { background-color: rgb(96,127,110); }
div.DivClassName
{
background-color: #607F6E;
}
.BgClassName
{
background-color: #607F6E;
}
</style>
border-color css
<style>
span { border-color: #607F6E; }
span { border-color: rgb(96,127,110); }
td.TdClassName
{
border-color: #607F6E;
}
.TagClassName
{
border-color: #607F6E;
}
</style>