Shades of Sirocco #647C6C
Tints of Sirocco #647C6C
RGB
CMYK
RGB Variations
Color information
#647C6C (or 0x647C6C) is known color: Sirocco. HEX triplet: 64, 7C and 6C. RGB value is (100,124,108). Sum of RGB (Red+Green+Blue) = 100+124+108=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #647C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C6C is #9B8393. Grayscale: #737373. Windows color (decimal): -10191764 or 7109732. OLE color: 7109732.
HSL color Cylindrical-coordinate representation of color #647C6C: hue angle of 140º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647C6C is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 108 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.51 |
| HSL | 140º | 0.11% | 0.44% | - |
| HSV(B) | 140º | 0.19% | 0.49% | - |
| XYZ | 15.17 | 18.21 | 16.9 | - |
| YUV | 115 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 108 | 0.19 | 0 | 0.13 | 0.51 | 140 | 0.11 | 0.44 |
| Hex | 64 | 7C | 6C | 13 | 0 | D | 33 | 8C | B | 2C |
| Octal | 144 | 174 | 154 | 23 | 0 | 15 | 63 | 214 | 13 | 54 |
| Binary | 1100100 | 1111100 | 1101100 | 10011 | 0 | 1101 | 110011 | 10001100 | 1011 | 101100 |
Color Harmonies of #647C6C
Complementary color
Monochromatic Colors of #647C6C
Black with #647C6C
Text Example
Text Example
White with #647C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C6C; }
p { color: rgb(100,124,108); }
H1.HeaderClassName
{
color: #647C6C;
}
.AnyTagClassName
{
color: #647C6C;
}
</style>
background-color css
<style>
a { background-color: #647C6C; }
a { background-color: rgb(100,124,108); }
div.DivClassName
{
background-color: #647C6C;
}
.BgClassName
{
background-color: #647C6C;
}
</style>
border-color css
<style>
span { border-color: #647C6C; }
span { border-color: rgb(100,124,108); }
td.TdClassName
{
border-color: #647C6C;
}
.TagClassName
{
border-color: #647C6C;
}
</style>