Shades of Sirocco #646E65
Tints of Sirocco #646E65
RGB
CMYK
RGB Variations
Color information
#646E65 (or 0x646E65) is known color: Sirocco. HEX triplet: 64, 6E and 65. RGB value is (100,110,101). Sum of RGB (Red+Green+Blue) = 100+110+101=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 110 - color contains mainly: green. Hex color #646E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E65 is #9B919A. Grayscale: #6A6A6A. Windows color (decimal): -10195355 or 6647396. OLE color: 6647396.
HSL color Cylindrical-coordinate representation of color #646E65: hue angle of 126º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646E65 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 101 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.57 |
| HSL | 126º | 0.05% | 0.41% | - |
| HSV(B) | 126º | 0.09% | 0.43% | - |
| XYZ | 13.18 | 14.8 | 14.47 | - |
| YUV | 105.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 101 | 0.09 | 0 | 0.08 | 0.57 | 126 | 0.05 | 0.41 |
| Hex | 64 | 6E | 65 | 9 | 0 | 8 | 39 | 7E | 5 | 29 |
| Octal | 144 | 156 | 145 | 11 | 0 | 10 | 71 | 176 | 5 | 51 |
| Binary | 1100100 | 1101110 | 1100101 | 1001 | 0 | 1000 | 111001 | 1111110 | 101 | 101001 |
Color Harmonies of #646E65
Complementary color
Monochromatic Colors of #646E65
Black with #646E65
Text Example
Text Example
White with #646E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E65; }
p { color: rgb(100,110,101); }
H1.HeaderClassName
{
color: #646E65;
}
.AnyTagClassName
{
color: #646E65;
}
</style>
background-color css
<style>
a { background-color: #646E65; }
a { background-color: rgb(100,110,101); }
div.DivClassName
{
background-color: #646E65;
}
.BgClassName
{
background-color: #646E65;
}
</style>
border-color css
<style>
span { border-color: #646E65; }
span { border-color: rgb(100,110,101); }
td.TdClassName
{
border-color: #646E65;
}
.TagClassName
{
border-color: #646E65;
}
</style>