Shades of Sirocco #60856B
Tints of Sirocco #60856B
RGB
CMYK
RGB Variations
Color information
#60856B (or 0x60856B) is known color: Sirocco. HEX triplet: 60, 85 and 6B. RGB value is (96,133,107). Sum of RGB (Red+Green+Blue) = 96+133+107=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #60856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60856B is #9F7A94. Grayscale: #777777. Windows color (decimal): -10451605 or 7046496. OLE color: 7046496.
HSL color Cylindrical-coordinate representation of color #60856B: hue angle of 137.84º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60856B is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 107 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.48 |
| HSL | 137.84º | 0.16% | 0.45% | - |
| HSV(B) | 137.84º | 0.28% | 0.52% | - |
| XYZ | 15.87 | 20.32 | 17 | - |
| YUV | 118.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 107 | 0.28 | 0 | 0.20 | 0.48 | 137.84 | 0.16 | 0.45 |
| Hex | 60 | 85 | 6B | 1C | 0 | 14 | 30 | 8A | 10 | 2D |
| Octal | 140 | 205 | 153 | 34 | 0 | 24 | 60 | 212 | 20 | 55 |
| Binary | 1100000 | 10000101 | 1101011 | 11100 | 0 | 10100 | 110000 | 10001010 | 10000 | 101101 |
Color Harmonies of #60856B
Complementary color
Monochromatic Colors of #60856B
Black with #60856B
Text Example
Text Example
White with #60856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60856B; }
p { color: rgb(96,133,107); }
H1.HeaderClassName
{
color: #60856B;
}
.AnyTagClassName
{
color: #60856B;
}
</style>
background-color css
<style>
a { background-color: #60856B; }
a { background-color: rgb(96,133,107); }
div.DivClassName
{
background-color: #60856B;
}
.BgClassName
{
background-color: #60856B;
}
</style>
border-color css
<style>
span { border-color: #60856B; }
span { border-color: rgb(96,133,107); }
td.TdClassName
{
border-color: #60856B;
}
.TagClassName
{
border-color: #60856B;
}
</style>