Shades of Sirocco #60816D
Tints of Sirocco #60816D
RGB
CMYK
RGB Variations
Color information
#60816D (or 0x60816D) is known color: Sirocco. HEX triplet: 60, 81 and 6D. RGB value is (96,129,109). Sum of RGB (Red+Green+Blue) = 96+129+109=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #60816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60816D is #9F7E92. Grayscale: #747474. Windows color (decimal): -10452627 or 7176544. OLE color: 7176544.
HSL color Cylindrical-coordinate representation of color #60816D: hue angle of 143.64º 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 #60816D is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 109 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.49 |
| HSL | 143.64º | 0.15% | 0.44% | - |
| HSV(B) | 143.64º | 0.26% | 0.51% | - |
| XYZ | 15.43 | 19.29 | 17.38 | - |
| YUV | 116.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 109 | 0.26 | 0 | 0.16 | 0.49 | 143.64 | 0.15 | 0.44 |
| Hex | 60 | 81 | 6D | 1A | 0 | 10 | 31 | 90 | F | 2C |
| Octal | 140 | 201 | 155 | 32 | 0 | 20 | 61 | 220 | 17 | 54 |
| Binary | 1100000 | 10000001 | 1101101 | 11010 | 0 | 10000 | 110001 | 10010000 | 1111 | 101100 |
Color Harmonies of #60816D
Complementary color
Monochromatic Colors of #60816D
Black with #60816D
Text Example
Text Example
White with #60816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60816D; }
p { color: rgb(96,129,109); }
H1.HeaderClassName
{
color: #60816D;
}
.AnyTagClassName
{
color: #60816D;
}
</style>
background-color css
<style>
a { background-color: #60816D; }
a { background-color: rgb(96,129,109); }
div.DivClassName
{
background-color: #60816D;
}
.BgClassName
{
background-color: #60816D;
}
</style>
border-color css
<style>
span { border-color: #60816D; }
span { border-color: rgb(96,129,109); }
td.TdClassName
{
border-color: #60816D;
}
.TagClassName
{
border-color: #60816D;
}
</style>