Shades of Sirocco #607867
Tints of Sirocco #607867
RGB
CMYK
RGB Variations
Color information
#607867 (or 0x607867) is known color: Sirocco. HEX triplet: 60, 78 and 67. RGB value is (96,120,103). Sum of RGB (Red+Green+Blue) = 96+120+103=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #607867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607867 is #9F8798. Grayscale: #6E6E6E. Windows color (decimal): -10454937 or 6781024. OLE color: 6781024.
HSL color Cylindrical-coordinate representation of color #607867: hue angle of 137.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607867 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 103 | - |
| CMYK | 0.2 | 0 | 0.14 | 0.53 |
| HSL | 137.5º | 0.11% | 0.42% | - |
| HSV(B) | 137.5º | 0.2% | 0.47% | - |
| XYZ | 13.99 | 16.9 | 15.36 | - |
| YUV | 110.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 103 | 0.2 | 0 | 0.14 | 0.53 | 137.5 | 0.11 | 0.42 |
| Hex | 60 | 78 | 67 | 14 | 0 | E | 35 | 8A | B | 2A |
| Octal | 140 | 170 | 147 | 24 | 0 | 16 | 65 | 212 | 13 | 52 |
| Binary | 1100000 | 1111000 | 1100111 | 10100 | 0 | 1110 | 110101 | 10001010 | 1011 | 101010 |
Color Harmonies of #607867
Complementary color
Monochromatic Colors of #607867
Black with #607867
Text Example
Text Example
White with #607867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607867; }
p { color: rgb(96,120,103); }
H1.HeaderClassName
{
color: #607867;
}
.AnyTagClassName
{
color: #607867;
}
</style>
background-color css
<style>
a { background-color: #607867; }
a { background-color: rgb(96,120,103); }
div.DivClassName
{
background-color: #607867;
}
.BgClassName
{
background-color: #607867;
}
</style>
border-color css
<style>
span { border-color: #607867; }
span { border-color: rgb(96,120,103); }
td.TdClassName
{
border-color: #607867;
}
.TagClassName
{
border-color: #607867;
}
</style>