Shades of Sirocco #61826C
Tints of Sirocco #61826C
RGB
CMYK
RGB Variations
Color information
#61826C (or 0x61826C) is known color: Sirocco. HEX triplet: 61, 82 and 6C. RGB value is (97,130,108). Sum of RGB (Red+Green+Blue) = 97+130+108=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #61826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61826C is #9E7D93. Grayscale: #757575. Windows color (decimal): -10386836 or 7111265. OLE color: 7111265.
HSL color Cylindrical-coordinate representation of color #61826C: hue angle of 140º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61826C is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 108 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.49 |
| HSL | 140º | 0.15% | 0.45% | - |
| HSV(B) | 140º | 0.25% | 0.51% | - |
| XYZ | 15.62 | 19.59 | 17.15 | - |
| YUV | 117.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 108 | 0.25 | 0 | 0.17 | 0.49 | 140 | 0.15 | 0.45 |
| Hex | 61 | 82 | 6C | 19 | 0 | 11 | 31 | 8C | F | 2D |
| Octal | 141 | 202 | 154 | 31 | 0 | 21 | 61 | 214 | 17 | 55 |
| Binary | 1100001 | 10000010 | 1101100 | 11001 | 0 | 10001 | 110001 | 10001100 | 1111 | 101101 |
Color Harmonies of #61826C
Complementary color
Monochromatic Colors of #61826C
Black with #61826C
Text Example
Text Example
White with #61826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61826C; }
p { color: rgb(97,130,108); }
H1.HeaderClassName
{
color: #61826C;
}
.AnyTagClassName
{
color: #61826C;
}
</style>
background-color css
<style>
a { background-color: #61826C; }
a { background-color: rgb(97,130,108); }
div.DivClassName
{
background-color: #61826C;
}
.BgClassName
{
background-color: #61826C;
}
</style>
border-color css
<style>
span { border-color: #61826C; }
span { border-color: rgb(97,130,108); }
td.TdClassName
{
border-color: #61826C;
}
.TagClassName
{
border-color: #61826C;
}
</style>