Shades of Sirocco #60816B
Tints of Sirocco #60816B
RGB
CMYK
RGB Variations
Color information
#60816B (or 0x60816B) is known color: Sirocco. HEX triplet: 60, 81 and 6B. RGB value is (96,129,107). Sum of RGB (Red+Green+Blue) = 96+129+107=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #60816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60816B is #9F7E94. Grayscale: #747474. Windows color (decimal): -10452629 or 7045472. OLE color: 7045472.
HSL color Cylindrical-coordinate representation of color #60816B: hue angle of 140º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60816B is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 107 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.49 |
| HSL | 140º | 0.15% | 0.44% | - |
| HSV(B) | 140º | 0.26% | 0.51% | - |
| XYZ | 15.33 | 19.25 | 16.82 | - |
| YUV | 116.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 107 | 0.26 | 0 | 0.17 | 0.49 | 140 | 0.15 | 0.44 |
| Hex | 60 | 81 | 6B | 1A | 0 | 11 | 31 | 8C | F | 2C |
| Octal | 140 | 201 | 153 | 32 | 0 | 21 | 61 | 214 | 17 | 54 |
| Binary | 1100000 | 10000001 | 1101011 | 11010 | 0 | 10001 | 110001 | 10001100 | 1111 | 101100 |
Color Harmonies of #60816B
Complementary color
Monochromatic Colors of #60816B
Black with #60816B
Text Example
Text Example
White with #60816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60816B; }
p { color: rgb(96,129,107); }
H1.HeaderClassName
{
color: #60816B;
}
.AnyTagClassName
{
color: #60816B;
}
</style>
background-color css
<style>
a { background-color: #60816B; }
a { background-color: rgb(96,129,107); }
div.DivClassName
{
background-color: #60816B;
}
.BgClassName
{
background-color: #60816B;
}
</style>
border-color css
<style>
span { border-color: #60816B; }
span { border-color: rgb(96,129,107); }
td.TdClassName
{
border-color: #60816B;
}
.TagClassName
{
border-color: #60816B;
}
</style>