Shades of Sirocco #61806C
Tints of Sirocco #61806C
RGB
CMYK
RGB Variations
Color information
#61806C (or 0x61806C) is known color: Sirocco. HEX triplet: 61, 80 and 6C. RGB value is (97,128,108). Sum of RGB (Red+Green+Blue) = 97+128+108=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #61806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61806C is #9E7F93. Grayscale: #747474. Windows color (decimal): -10387348 or 7110753. OLE color: 7110753.
HSL color Cylindrical-coordinate representation of color #61806C: hue angle of 141.29º 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 #61806C is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 128 | 108 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.50 |
| HSL | 141.29º | 0.14% | 0.44% | - |
| HSV(B) | 141.29º | 0.24% | 0.5% | - |
| XYZ | 15.36 | 19.06 | 17.06 | - |
| YUV | 116.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 108 | 0.24 | 0 | 0.16 | 0.50 | 141.29 | 0.14 | 0.44 |
| Hex | 61 | 80 | 6C | 18 | 0 | 10 | 32 | 8D | E | 2C |
| Octal | 141 | 200 | 154 | 30 | 0 | 20 | 62 | 215 | 16 | 54 |
| Binary | 1100001 | 10000000 | 1101100 | 11000 | 0 | 10000 | 110010 | 10001101 | 1110 | 101100 |
Color Harmonies of #61806C
Complementary color
Monochromatic Colors of #61806C
Black with #61806C
Text Example
Text Example
White with #61806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61806C; }
p { color: rgb(97,128,108); }
H1.HeaderClassName
{
color: #61806C;
}
.AnyTagClassName
{
color: #61806C;
}
</style>
background-color css
<style>
a { background-color: #61806C; }
a { background-color: rgb(97,128,108); }
div.DivClassName
{
background-color: #61806C;
}
.BgClassName
{
background-color: #61806C;
}
</style>
border-color css
<style>
span { border-color: #61806C; }
span { border-color: rgb(97,128,108); }
td.TdClassName
{
border-color: #61806C;
}
.TagClassName
{
border-color: #61806C;
}
</style>