Shades of Sirocco #61806D
Tints of Sirocco #61806D
RGB
CMYK
RGB Variations
Color information
#61806D (or 0x61806D) is known color: Sirocco. HEX triplet: 61, 80 and 6D. RGB value is (97,128,109). Sum of RGB (Red+Green+Blue) = 97+128+109=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #61806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61806D is #9E7F92. Grayscale: #747474. Windows color (decimal): -10387347 or 7176289. OLE color: 7176289.
HSL color Cylindrical-coordinate representation of color #61806D: hue angle of 143.23º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61806D is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 128 | 109 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.50 |
| HSL | 143.23º | 0.14% | 0.44% | - |
| HSV(B) | 143.23º | 0.24% | 0.5% | - |
| XYZ | 15.41 | 19.08 | 17.34 | - |
| YUV | 116.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 109 | 0.24 | 0 | 0.15 | 0.50 | 143.23 | 0.14 | 0.44 |
| Hex | 61 | 80 | 6D | 18 | 0 | F | 32 | 8F | E | 2C |
| Octal | 141 | 200 | 155 | 30 | 0 | 17 | 62 | 217 | 16 | 54 |
| Binary | 1100001 | 10000000 | 1101101 | 11000 | 0 | 1111 | 110010 | 10001111 | 1110 | 101100 |
Color Harmonies of #61806D
Complementary color
Monochromatic Colors of #61806D
Black with #61806D
Text Example
Text Example
White with #61806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61806D; }
p { color: rgb(97,128,109); }
H1.HeaderClassName
{
color: #61806D;
}
.AnyTagClassName
{
color: #61806D;
}
</style>
background-color css
<style>
a { background-color: #61806D; }
a { background-color: rgb(97,128,109); }
div.DivClassName
{
background-color: #61806D;
}
.BgClassName
{
background-color: #61806D;
}
</style>
border-color css
<style>
span { border-color: #61806D; }
span { border-color: rgb(97,128,109); }
td.TdClassName
{
border-color: #61806D;
}
.TagClassName
{
border-color: #61806D;
}
</style>