Shades of Sirocco #607465
Tints of Sirocco #607465
RGB
CMYK
RGB Variations
Color information
#607465 (or 0x607465) is known color: Sirocco. HEX triplet: 60, 74 and 65. RGB value is (96,116,101). Sum of RGB (Red+Green+Blue) = 96+116+101=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #607465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607465 is #9F8B9A. Grayscale: #6C6C6C. Windows color (decimal): -10455963 or 6648928. OLE color: 6648928.
HSL color Cylindrical-coordinate representation of color #607465: hue angle of 135º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607465 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 101 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.55 |
| HSL | 135º | 0.09% | 0.42% | - |
| HSV(B) | 135º | 0.17% | 0.45% | - |
| XYZ | 13.42 | 15.92 | 14.68 | - |
| YUV | 108.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 101 | 0.17 | 0 | 0.13 | 0.55 | 135 | 0.09 | 0.42 |
| Hex | 60 | 74 | 65 | 11 | 0 | D | 37 | 87 | 9 | 2A |
| Octal | 140 | 164 | 145 | 21 | 0 | 15 | 67 | 207 | 11 | 52 |
| Binary | 1100000 | 1110100 | 1100101 | 10001 | 0 | 1101 | 110111 | 10000111 | 1001 | 101010 |
Color Harmonies of #607465
Complementary color
Monochromatic Colors of #607465
Black with #607465
Text Example
Text Example
White with #607465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607465; }
p { color: rgb(96,116,101); }
H1.HeaderClassName
{
color: #607465;
}
.AnyTagClassName
{
color: #607465;
}
</style>
background-color css
<style>
a { background-color: #607465; }
a { background-color: rgb(96,116,101); }
div.DivClassName
{
background-color: #607465;
}
.BgClassName
{
background-color: #607465;
}
</style>
border-color css
<style>
span { border-color: #607465; }
span { border-color: rgb(96,116,101); }
td.TdClassName
{
border-color: #607465;
}
.TagClassName
{
border-color: #607465;
}
</style>