Shades of Sirocco #61826E
Tints of Sirocco #61826E
RGB
CMYK
RGB Variations
Color information
#61826E (or 0x61826E) is known color: Sirocco. HEX triplet: 61, 82 and 6E. RGB value is (97,130,110). Sum of RGB (Red+Green+Blue) = 97+130+110=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #61826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61826E is #9E7D91. Grayscale: #757575. Windows color (decimal): -10386834 or 7242337. OLE color: 7242337.
HSL color Cylindrical-coordinate representation of color #61826E: hue angle of 143.64º 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 #61826E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 110 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.49 |
| HSL | 143.64º | 0.15% | 0.45% | - |
| HSV(B) | 143.64º | 0.25% | 0.51% | - |
| XYZ | 15.73 | 19.63 | 17.71 | - |
| YUV | 117.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 110 | 0.25 | 0 | 0.15 | 0.49 | 143.64 | 0.15 | 0.45 |
| Hex | 61 | 82 | 6E | 19 | 0 | F | 31 | 90 | F | 2D |
| Octal | 141 | 202 | 156 | 31 | 0 | 17 | 61 | 220 | 17 | 55 |
| Binary | 1100001 | 10000010 | 1101110 | 11001 | 0 | 1111 | 110001 | 10010000 | 1111 | 101101 |
Color Harmonies of #61826E
Complementary color
Monochromatic Colors of #61826E
Black with #61826E
Text Example
Text Example
White with #61826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61826E; }
p { color: rgb(97,130,110); }
H1.HeaderClassName
{
color: #61826E;
}
.AnyTagClassName
{
color: #61826E;
}
</style>
background-color css
<style>
a { background-color: #61826E; }
a { background-color: rgb(97,130,110); }
div.DivClassName
{
background-color: #61826E;
}
.BgClassName
{
background-color: #61826E;
}
</style>
border-color css
<style>
span { border-color: #61826E; }
span { border-color: rgb(97,130,110); }
td.TdClassName
{
border-color: #61826E;
}
.TagClassName
{
border-color: #61826E;
}
</style>