Shades of Sirocco #617369
Tints of Sirocco #617369
RGB
CMYK
RGB Variations
Color information
#617369 (or 0x617369) is known color: Sirocco. HEX triplet: 61, 73 and 69. RGB value is (97,115,105). Sum of RGB (Red+Green+Blue) = 97+115+105=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #617369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617369 is #9E8C96. Grayscale: #6C6C6C. Windows color (decimal): -10390679 or 6910817. OLE color: 6910817.
HSL color Cylindrical-coordinate representation of color #617369: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #617369 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 105 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.55 |
| HSL | 146.67º | 0.08% | 0.42% | - |
| HSV(B) | 146.67º | 0.16% | 0.45% | - |
| XYZ | 13.61 | 15.82 | 15.7 | - |
| YUV | 108.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 105 | 0.16 | 0 | 0.09 | 0.55 | 146.67 | 0.08 | 0.42 |
| Hex | 61 | 73 | 69 | 10 | 0 | 9 | 37 | 93 | 8 | 2A |
| Octal | 141 | 163 | 151 | 20 | 0 | 11 | 67 | 223 | 10 | 52 |
| Binary | 1100001 | 1110011 | 1101001 | 10000 | 0 | 1001 | 110111 | 10010011 | 1000 | 101010 |
Color Harmonies of #617369
Complementary color
Monochromatic Colors of #617369
Black with #617369
Text Example
Text Example
White with #617369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617369; }
p { color: rgb(97,115,105); }
H1.HeaderClassName
{
color: #617369;
}
.AnyTagClassName
{
color: #617369;
}
</style>
background-color css
<style>
a { background-color: #617369; }
a { background-color: rgb(97,115,105); }
div.DivClassName
{
background-color: #617369;
}
.BgClassName
{
background-color: #617369;
}
</style>
border-color css
<style>
span { border-color: #617369; }
span { border-color: rgb(97,115,105); }
td.TdClassName
{
border-color: #617369;
}
.TagClassName
{
border-color: #617369;
}
</style>