Shades of Sirocco #61856B
Tints of Sirocco #61856B
RGB
CMYK
RGB Variations
Color information
#61856B (or 0x61856B) is known color: Sirocco. HEX triplet: 61, 85 and 6B. RGB value is (97,133,107). Sum of RGB (Red+Green+Blue) = 97+133+107=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #61856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61856B is #9E7A94. Grayscale: #777777. Windows color (decimal): -10386069 or 7046497. OLE color: 7046497.
HSL color Cylindrical-coordinate representation of color #61856B: hue angle of 136.67º 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 #61856B is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 107 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.48 |
| HSL | 136.67º | 0.16% | 0.45% | - |
| HSV(B) | 136.67º | 0.27% | 0.52% | - |
| XYZ | 15.97 | 20.38 | 17 | - |
| YUV | 119.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 107 | 0.27 | 0 | 0.20 | 0.48 | 136.67 | 0.16 | 0.45 |
| Hex | 61 | 85 | 6B | 1B | 0 | 14 | 30 | 89 | 10 | 2D |
| Octal | 141 | 205 | 153 | 33 | 0 | 24 | 60 | 211 | 20 | 55 |
| Binary | 1100001 | 10000101 | 1101011 | 11011 | 0 | 10100 | 110000 | 10001001 | 10000 | 101101 |
Color Harmonies of #61856B
Complementary color
Monochromatic Colors of #61856B
Black with #61856B
Text Example
Text Example
White with #61856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61856B; }
p { color: rgb(97,133,107); }
H1.HeaderClassName
{
color: #61856B;
}
.AnyTagClassName
{
color: #61856B;
}
</style>
background-color css
<style>
a { background-color: #61856B; }
a { background-color: rgb(97,133,107); }
div.DivClassName
{
background-color: #61856B;
}
.BgClassName
{
background-color: #61856B;
}
</style>
border-color css
<style>
span { border-color: #61856B; }
span { border-color: rgb(97,133,107); }
td.TdClassName
{
border-color: #61856B;
}
.TagClassName
{
border-color: #61856B;
}
</style>