Shades of Sirocco #60846D
Tints of Sirocco #60846D
RGB
CMYK
RGB Variations
Color information
#60846D (or 0x60846D) is known color: Sirocco. HEX triplet: 60, 84 and 6D. RGB value is (96,132,109). Sum of RGB (Red+Green+Blue) = 96+132+109=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #60846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60846D is #9F7B92. Grayscale: #767676. Windows color (decimal): -10451859 or 7177312. OLE color: 7177312.
HSL color Cylindrical-coordinate representation of color #60846D: hue angle of 141.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60846D is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 109 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.48 |
| HSL | 141.67º | 0.16% | 0.45% | - |
| HSV(B) | 141.67º | 0.27% | 0.52% | - |
| XYZ | 15.84 | 20.09 | 17.51 | - |
| YUV | 118.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 109 | 0.27 | 0 | 0.17 | 0.48 | 141.67 | 0.16 | 0.45 |
| Hex | 60 | 84 | 6D | 1B | 0 | 11 | 30 | 8E | 10 | 2D |
| Octal | 140 | 204 | 155 | 33 | 0 | 21 | 60 | 216 | 20 | 55 |
| Binary | 1100000 | 10000100 | 1101101 | 11011 | 0 | 10001 | 110000 | 10001110 | 10000 | 101101 |
Color Harmonies of #60846D
Complementary color
Monochromatic Colors of #60846D
Black with #60846D
Text Example
Text Example
White with #60846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60846D; }
p { color: rgb(96,132,109); }
H1.HeaderClassName
{
color: #60846D;
}
.AnyTagClassName
{
color: #60846D;
}
</style>
background-color css
<style>
a { background-color: #60846D; }
a { background-color: rgb(96,132,109); }
div.DivClassName
{
background-color: #60846D;
}
.BgClassName
{
background-color: #60846D;
}
</style>
border-color css
<style>
span { border-color: #60846D; }
span { border-color: rgb(96,132,109); }
td.TdClassName
{
border-color: #60846D;
}
.TagClassName
{
border-color: #60846D;
}
</style>