Shades of Sirocco #647E6A
Tints of Sirocco #647E6A
RGB
CMYK
RGB Variations
Color information
#647E6A (or 0x647E6A) is known color: Sirocco. HEX triplet: 64, 7E and 6A. RGB value is (100,126,106). Sum of RGB (Red+Green+Blue) = 100+126+106=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 126 - color contains mainly: green. Hex color #647E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E6A is #9B8195. Grayscale: #737373. Windows color (decimal): -10191254 or 6979172. OLE color: 6979172.
HSL color Cylindrical-coordinate representation of color #647E6A: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647E6A is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 106 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.51 |
| HSL | 133.85º | 0.12% | 0.44% | - |
| HSV(B) | 133.85º | 0.21% | 0.49% | - |
| XYZ | 15.32 | 18.67 | 16.43 | - |
| YUV | 115.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 106 | 0.21 | 0 | 0.16 | 0.51 | 133.85 | 0.12 | 0.44 |
| Hex | 64 | 7E | 6A | 15 | 0 | 10 | 33 | 86 | C | 2C |
| Octal | 144 | 176 | 152 | 25 | 0 | 20 | 63 | 206 | 14 | 54 |
| Binary | 1100100 | 1111110 | 1101010 | 10101 | 0 | 10000 | 110011 | 10000110 | 1100 | 101100 |
Color Harmonies of #647E6A
Complementary color
Monochromatic Colors of #647E6A
Black with #647E6A
Text Example
Text Example
White with #647E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E6A; }
p { color: rgb(100,126,106); }
H1.HeaderClassName
{
color: #647E6A;
}
.AnyTagClassName
{
color: #647E6A;
}
</style>
background-color css
<style>
a { background-color: #647E6A; }
a { background-color: rgb(100,126,106); }
div.DivClassName
{
background-color: #647E6A;
}
.BgClassName
{
background-color: #647E6A;
}
</style>
border-color css
<style>
span { border-color: #647E6A; }
span { border-color: rgb(100,126,106); }
td.TdClassName
{
border-color: #647E6A;
}
.TagClassName
{
border-color: #647E6A;
}
</style>