Shades of Sirocco #607965
Tints of Sirocco #607965
RGB
CMYK
RGB Variations
Color information
#607965 (or 0x607965) is known color: Sirocco. HEX triplet: 60, 79 and 65. RGB value is (96,121,101). Sum of RGB (Red+Green+Blue) = 96+121+101=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #607965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607965 is #9F869A. Grayscale: #6F6F6F. Windows color (decimal): -10454683 or 6650208. OLE color: 6650208.
HSL color Cylindrical-coordinate representation of color #607965: hue angle of 132º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607965 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 101 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.53 |
| HSL | 132º | 0.12% | 0.43% | - |
| HSV(B) | 132º | 0.21% | 0.47% | - |
| XYZ | 14.01 | 17.1 | 14.87 | - |
| YUV | 111.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 101 | 0.21 | 0 | 0.17 | 0.53 | 132 | 0.12 | 0.43 |
| Hex | 60 | 79 | 65 | 15 | 0 | 11 | 35 | 84 | C | 2B |
| Octal | 140 | 171 | 145 | 25 | 0 | 21 | 65 | 204 | 14 | 53 |
| Binary | 1100000 | 1111001 | 1100101 | 10101 | 0 | 10001 | 110101 | 10000100 | 1100 | 101011 |
Color Harmonies of #607965
Complementary color
Monochromatic Colors of #607965
Black with #607965
Text Example
Text Example
White with #607965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607965; }
p { color: rgb(96,121,101); }
H1.HeaderClassName
{
color: #607965;
}
.AnyTagClassName
{
color: #607965;
}
</style>
background-color css
<style>
a { background-color: #607965; }
a { background-color: rgb(96,121,101); }
div.DivClassName
{
background-color: #607965;
}
.BgClassName
{
background-color: #607965;
}
</style>
border-color css
<style>
span { border-color: #607965; }
span { border-color: rgb(96,121,101); }
td.TdClassName
{
border-color: #607965;
}
.TagClassName
{
border-color: #607965;
}
</style>