Shades of Sirocco #60896D
Tints of Sirocco #60896D
RGB
CMYK
RGB Variations
Color information
#60896D (or 0x60896D) is known color: Sirocco. HEX triplet: 60, 89 and 6D. RGB value is (96,137,109). Sum of RGB (Red+Green+Blue) = 96+137+109=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #60896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60896D is #9F7692. Grayscale: #797979. Windows color (decimal): -10450579 or 7178592. OLE color: 7178592.
HSL color Cylindrical-coordinate representation of color #60896D: hue angle of 139.02º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60896D is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 109 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.46 |
| HSL | 139.02º | 0.18% | 0.46% | - |
| HSV(B) | 139.02º | 0.3% | 0.54% | - |
| XYZ | 16.53 | 21.48 | 17.74 | - |
| YUV | 121.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 109 | 0.30 | 0 | 0.20 | 0.46 | 139.02 | 0.18 | 0.46 |
| Hex | 60 | 89 | 6D | 1E | 0 | 14 | 2E | 8B | 12 | 2E |
| Octal | 140 | 211 | 155 | 36 | 0 | 24 | 56 | 213 | 22 | 56 |
| Binary | 1100000 | 10001001 | 1101101 | 11110 | 0 | 10100 | 101110 | 10001011 | 10010 | 101110 |
Color Harmonies of #60896D
Complementary color
Monochromatic Colors of #60896D
Black with #60896D
Text Example
Text Example
White with #60896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60896D; }
p { color: rgb(96,137,109); }
H1.HeaderClassName
{
color: #60896D;
}
.AnyTagClassName
{
color: #60896D;
}
</style>
background-color css
<style>
a { background-color: #60896D; }
a { background-color: rgb(96,137,109); }
div.DivClassName
{
background-color: #60896D;
}
.BgClassName
{
background-color: #60896D;
}
</style>
border-color css
<style>
span { border-color: #60896D; }
span { border-color: rgb(96,137,109); }
td.TdClassName
{
border-color: #60896D;
}
.TagClassName
{
border-color: #60896D;
}
</style>