Shades of Sirocco #647C6A
Tints of Sirocco #647C6A
RGB
CMYK
RGB Variations
Color information
#647C6A (or 0x647C6A) is known color: Sirocco. HEX triplet: 64, 7C and 6A. RGB value is (100,124,106). Sum of RGB (Red+Green+Blue) = 100+124+106=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #647C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C6A is #9B8395. Grayscale: #727272. Windows color (decimal): -10191766 or 6978660. OLE color: 6978660.
HSL color Cylindrical-coordinate representation of color #647C6A: hue angle of 135º 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 #647C6A is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 106 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.51 |
| HSL | 135º | 0.11% | 0.44% | - |
| HSV(B) | 135º | 0.19% | 0.49% | - |
| XYZ | 15.06 | 18.17 | 16.35 | - |
| YUV | 114.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 106 | 0.19 | 0 | 0.15 | 0.51 | 135 | 0.11 | 0.44 |
| Hex | 64 | 7C | 6A | 13 | 0 | F | 33 | 87 | B | 2C |
| Octal | 144 | 174 | 152 | 23 | 0 | 17 | 63 | 207 | 13 | 54 |
| Binary | 1100100 | 1111100 | 1101010 | 10011 | 0 | 1111 | 110011 | 10000111 | 1011 | 101100 |
Color Harmonies of #647C6A
Complementary color
Monochromatic Colors of #647C6A
Black with #647C6A
Text Example
Text Example
White with #647C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C6A; }
p { color: rgb(100,124,106); }
H1.HeaderClassName
{
color: #647C6A;
}
.AnyTagClassName
{
color: #647C6A;
}
</style>
background-color css
<style>
a { background-color: #647C6A; }
a { background-color: rgb(100,124,106); }
div.DivClassName
{
background-color: #647C6A;
}
.BgClassName
{
background-color: #647C6A;
}
</style>
border-color css
<style>
span { border-color: #647C6A; }
span { border-color: rgb(100,124,106); }
td.TdClassName
{
border-color: #647C6A;
}
.TagClassName
{
border-color: #647C6A;
}
</style>