Shades of Sirocco #60846F
Tints of Sirocco #60846F
RGB
CMYK
RGB Variations
Color information
#60846F (or 0x60846F) is known color: Sirocco. HEX triplet: 60, 84 and 6F. RGB value is (96,132,111). Sum of RGB (Red+Green+Blue) = 96+132+111=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #60846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60846F is #9F7B90. Grayscale: #767676. Windows color (decimal): -10451857 or 7308384. OLE color: 7308384.
HSL color Cylindrical-coordinate representation of color #60846F: hue angle of 145º 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 #60846F is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 111 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.48 |
| HSL | 145º | 0.16% | 0.45% | - |
| HSV(B) | 145º | 0.27% | 0.52% | - |
| XYZ | 15.94 | 20.14 | 18.09 | - |
| YUV | 118.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 111 | 0.27 | 0 | 0.16 | 0.48 | 145 | 0.16 | 0.45 |
| Hex | 60 | 84 | 6F | 1B | 0 | 10 | 30 | 91 | 10 | 2D |
| Octal | 140 | 204 | 157 | 33 | 0 | 20 | 60 | 221 | 20 | 55 |
| Binary | 1100000 | 10000100 | 1101111 | 11011 | 0 | 10000 | 110000 | 10010001 | 10000 | 101101 |
Color Harmonies of #60846F
Complementary color
Monochromatic Colors of #60846F
Black with #60846F
Text Example
Text Example
White with #60846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60846F; }
p { color: rgb(96,132,111); }
H1.HeaderClassName
{
color: #60846F;
}
.AnyTagClassName
{
color: #60846F;
}
</style>
background-color css
<style>
a { background-color: #60846F; }
a { background-color: rgb(96,132,111); }
div.DivClassName
{
background-color: #60846F;
}
.BgClassName
{
background-color: #60846F;
}
</style>
border-color css
<style>
span { border-color: #60846F; }
span { border-color: rgb(96,132,111); }
td.TdClassName
{
border-color: #60846F;
}
.TagClassName
{
border-color: #60846F;
}
</style>