Shades of Sirocco #60736B
Tints of Sirocco #60736B
RGB
CMYK
RGB Variations
Color information
#60736B (or 0x60736B) is known color: Sirocco. HEX triplet: 60, 73 and 6B. RGB value is (96,115,107). Sum of RGB (Red+Green+Blue) = 96+115+107=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #60736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60736B is #9F8C94. Grayscale: #6C6C6C. Windows color (decimal): -10456213 or 7041888. OLE color: 7041888.
HSL color Cylindrical-coordinate representation of color #60736B: hue angle of 154.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60736B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 107 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.55 |
| HSL | 154.74º | 0.09% | 0.41% | - |
| HSV(B) | 154.74º | 0.17% | 0.45% | - |
| XYZ | 13.61 | 15.81 | 16.24 | - |
| YUV | 108.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 107 | 0.17 | 0 | 0.07 | 0.55 | 154.74 | 0.09 | 0.41 |
| Hex | 60 | 73 | 6B | 11 | 0 | 7 | 37 | 9B | 9 | 29 |
| Octal | 140 | 163 | 153 | 21 | 0 | 7 | 67 | 233 | 11 | 51 |
| Binary | 1100000 | 1110011 | 1101011 | 10001 | 0 | 111 | 110111 | 10011011 | 1001 | 101001 |
Color Harmonies of #60736B
Complementary color
Monochromatic Colors of #60736B
Black with #60736B
Text Example
Text Example
White with #60736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60736B; }
p { color: rgb(96,115,107); }
H1.HeaderClassName
{
color: #60736B;
}
.AnyTagClassName
{
color: #60736B;
}
</style>
background-color css
<style>
a { background-color: #60736B; }
a { background-color: rgb(96,115,107); }
div.DivClassName
{
background-color: #60736B;
}
.BgClassName
{
background-color: #60736B;
}
</style>
border-color css
<style>
span { border-color: #60736B; }
span { border-color: rgb(96,115,107); }
td.TdClassName
{
border-color: #60736B;
}
.TagClassName
{
border-color: #60736B;
}
</style>