Shades of Sirocco #61856C
Tints of Sirocco #61856C
RGB
CMYK
RGB Variations
Color information
#61856C (or 0x61856C) is known color: Sirocco. HEX triplet: 61, 85 and 6C. RGB value is (97,133,108). Sum of RGB (Red+Green+Blue) = 97+133+108=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #61856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61856C is #9E7A93. Grayscale: #777777. Windows color (decimal): -10386068 or 7112033. OLE color: 7112033.
HSL color Cylindrical-coordinate representation of color #61856C: hue angle of 138.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61856C is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 108 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.48 |
| HSL | 138.33º | 0.16% | 0.45% | - |
| HSV(B) | 138.33º | 0.27% | 0.52% | - |
| XYZ | 16.02 | 20.4 | 17.28 | - |
| YUV | 119.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 108 | 0.27 | 0 | 0.19 | 0.48 | 138.33 | 0.16 | 0.45 |
| Hex | 61 | 85 | 6C | 1B | 0 | 13 | 30 | 8A | 10 | 2D |
| Octal | 141 | 205 | 154 | 33 | 0 | 23 | 60 | 212 | 20 | 55 |
| Binary | 1100001 | 10000101 | 1101100 | 11011 | 0 | 10011 | 110000 | 10001010 | 10000 | 101101 |
Color Harmonies of #61856C
Complementary color
Monochromatic Colors of #61856C
Black with #61856C
Text Example
Text Example
White with #61856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61856C; }
p { color: rgb(97,133,108); }
H1.HeaderClassName
{
color: #61856C;
}
.AnyTagClassName
{
color: #61856C;
}
</style>
background-color css
<style>
a { background-color: #61856C; }
a { background-color: rgb(97,133,108); }
div.DivClassName
{
background-color: #61856C;
}
.BgClassName
{
background-color: #61856C;
}
</style>
border-color css
<style>
span { border-color: #61856C; }
span { border-color: rgb(97,133,108); }
td.TdClassName
{
border-color: #61856C;
}
.TagClassName
{
border-color: #61856C;
}
</style>