Shades of Sirocco #647B68
Tints of Sirocco #647B68
RGB
CMYK
RGB Variations
Color information
#647B68 (or 0x647B68) is known color: Sirocco. HEX triplet: 64, 7B and 68. RGB value is (100,123,104). Sum of RGB (Red+Green+Blue) = 100+123+104=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #647B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B68 is #9B8497. Grayscale: #727272. Windows color (decimal): -10192024 or 6847332. OLE color: 6847332.
HSL color Cylindrical-coordinate representation of color #647B68: hue angle of 130.43º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647B68 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 123 | 104 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.52 |
| HSL | 130.43º | 0.1% | 0.44% | - |
| HSV(B) | 130.43º | 0.19% | 0.48% | - |
| XYZ | 14.84 | 17.87 | 15.76 | - |
| YUV | 113.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 104 | 0.19 | 0 | 0.15 | 0.52 | 130.43 | 0.1 | 0.44 |
| Hex | 64 | 7B | 68 | 13 | 0 | F | 34 | 82 | A | 2C |
| Octal | 144 | 173 | 150 | 23 | 0 | 17 | 64 | 202 | 12 | 54 |
| Binary | 1100100 | 1111011 | 1101000 | 10011 | 0 | 1111 | 110100 | 10000010 | 1010 | 101100 |
Color Harmonies of #647B68
Complementary color
Monochromatic Colors of #647B68
Black with #647B68
Text Example
Text Example
White with #647B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B68; }
p { color: rgb(100,123,104); }
H1.HeaderClassName
{
color: #647B68;
}
.AnyTagClassName
{
color: #647B68;
}
</style>
background-color css
<style>
a { background-color: #647B68; }
a { background-color: rgb(100,123,104); }
div.DivClassName
{
background-color: #647B68;
}
.BgClassName
{
background-color: #647B68;
}
</style>
border-color css
<style>
span { border-color: #647B68; }
span { border-color: rgb(100,123,104); }
td.TdClassName
{
border-color: #647B68;
}
.TagClassName
{
border-color: #647B68;
}
</style>