Shades of Sirocco #647E6C
Tints of Sirocco #647E6C
RGB
CMYK
RGB Variations
Color information
#647E6C (or 0x647E6C) is known color: Sirocco. HEX triplet: 64, 7E and 6C. RGB value is (100,126,108). Sum of RGB (Red+Green+Blue) = 100+126+108=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #647E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E6C is #9B8193. Grayscale: #747474. Windows color (decimal): -10191252 or 7110244. OLE color: 7110244.
HSL color Cylindrical-coordinate representation of color #647E6C: hue angle of 138.46º 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 #647E6C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 108 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.51 |
| HSL | 138.46º | 0.12% | 0.44% | - |
| HSV(B) | 138.46º | 0.21% | 0.49% | - |
| XYZ | 15.42 | 18.71 | 16.99 | - |
| YUV | 116.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 108 | 0.21 | 0 | 0.14 | 0.51 | 138.46 | 0.12 | 0.44 |
| Hex | 64 | 7E | 6C | 15 | 0 | E | 33 | 8A | C | 2C |
| Octal | 144 | 176 | 154 | 25 | 0 | 16 | 63 | 212 | 14 | 54 |
| Binary | 1100100 | 1111110 | 1101100 | 10101 | 0 | 1110 | 110011 | 10001010 | 1100 | 101100 |
Color Harmonies of #647E6C
Complementary color
Monochromatic Colors of #647E6C
Black with #647E6C
Text Example
Text Example
White with #647E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E6C; }
p { color: rgb(100,126,108); }
H1.HeaderClassName
{
color: #647E6C;
}
.AnyTagClassName
{
color: #647E6C;
}
</style>
background-color css
<style>
a { background-color: #647E6C; }
a { background-color: rgb(100,126,108); }
div.DivClassName
{
background-color: #647E6C;
}
.BgClassName
{
background-color: #647E6C;
}
</style>
border-color css
<style>
span { border-color: #647E6C; }
span { border-color: rgb(100,126,108); }
td.TdClassName
{
border-color: #647E6C;
}
.TagClassName
{
border-color: #647E6C;
}
</style>