Shades of Sirocco #607463
Tints of Sirocco #607463
RGB
CMYK
RGB Variations
Color information
#607463 (or 0x607463) is known color: Sirocco. HEX triplet: 60, 74 and 63. RGB value is (96,116,99). Sum of RGB (Red+Green+Blue) = 96+116+99=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #607463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607463 is #9F8B9C. Grayscale: #6C6C6C. Windows color (decimal): -10455965 or 6517856. OLE color: 6517856.
HSL color Cylindrical-coordinate representation of color #607463: hue angle of 129º 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 #607463 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 99 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.55 |
| HSL | 129º | 0.09% | 0.42% | - |
| HSV(B) | 129º | 0.17% | 0.45% | - |
| XYZ | 13.32 | 15.88 | 14.17 | - |
| YUV | 108.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 99 | 0.17 | 0 | 0.15 | 0.55 | 129 | 0.09 | 0.42 |
| Hex | 60 | 74 | 63 | 11 | 0 | F | 37 | 81 | 9 | 2A |
| Octal | 140 | 164 | 143 | 21 | 0 | 17 | 67 | 201 | 11 | 52 |
| Binary | 1100000 | 1110100 | 1100011 | 10001 | 0 | 1111 | 110111 | 10000001 | 1001 | 101010 |
Color Harmonies of #607463
Complementary color
Monochromatic Colors of #607463
Black with #607463
Text Example
Text Example
White with #607463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607463; }
p { color: rgb(96,116,99); }
H1.HeaderClassName
{
color: #607463;
}
.AnyTagClassName
{
color: #607463;
}
</style>
background-color css
<style>
a { background-color: #607463; }
a { background-color: rgb(96,116,99); }
div.DivClassName
{
background-color: #607463;
}
.BgClassName
{
background-color: #607463;
}
</style>
border-color css
<style>
span { border-color: #607463; }
span { border-color: rgb(96,116,99); }
td.TdClassName
{
border-color: #607463;
}
.TagClassName
{
border-color: #607463;
}
</style>