Shades of Sirocco #617F69
Tints of Sirocco #617F69
RGB
CMYK
RGB Variations
Color information
#617F69 (or 0x617F69) is known color: Sirocco. HEX triplet: 61, 7F and 69. RGB value is (97,127,105). Sum of RGB (Red+Green+Blue) = 97+127+105=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 127 - color contains mainly: green. Hex color #617F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F69 is #9E8096. Grayscale: #737373. Windows color (decimal): -10387607 or 6913889. OLE color: 6913889.
HSL color Cylindrical-coordinate representation of color #617F69: hue angle of 136º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617F69 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 105 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.50 |
| HSL | 136º | 0.13% | 0.44% | - |
| HSV(B) | 136º | 0.24% | 0.5% | - |
| XYZ | 15.07 | 18.74 | 16.19 | - |
| YUV | 115.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 105 | 0.24 | 0 | 0.17 | 0.50 | 136 | 0.13 | 0.44 |
| Hex | 61 | 7F | 69 | 18 | 0 | 11 | 32 | 88 | D | 2C |
| Octal | 141 | 177 | 151 | 30 | 0 | 21 | 62 | 210 | 15 | 54 |
| Binary | 1100001 | 1111111 | 1101001 | 11000 | 0 | 10001 | 110010 | 10001000 | 1101 | 101100 |
Color Harmonies of #617F69
Complementary color
Monochromatic Colors of #617F69
Black with #617F69
Text Example
Text Example
White with #617F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F69; }
p { color: rgb(97,127,105); }
H1.HeaderClassName
{
color: #617F69;
}
.AnyTagClassName
{
color: #617F69;
}
</style>
background-color css
<style>
a { background-color: #617F69; }
a { background-color: rgb(97,127,105); }
div.DivClassName
{
background-color: #617F69;
}
.BgClassName
{
background-color: #617F69;
}
</style>
border-color css
<style>
span { border-color: #617F69; }
span { border-color: rgb(97,127,105); }
td.TdClassName
{
border-color: #617F69;
}
.TagClassName
{
border-color: #617F69;
}
</style>