Shades of Sirocco #646D65
Tints of Sirocco #646D65
RGB
CMYK
RGB Variations
Color information
#646D65 (or 0x646D65) is known color: Sirocco. HEX triplet: 64, 6D and 65. RGB value is (100,109,101). Sum of RGB (Red+Green+Blue) = 100+109+101=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 109 - color contains mainly: green. Hex color #646D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D65 is #9B929A. Grayscale: #696969. Windows color (decimal): -10195611 or 6647140. OLE color: 6647140.
HSL color Cylindrical-coordinate representation of color #646D65: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646D65 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 101 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.57 |
| HSL | 126.67º | 0.04% | 0.41% | - |
| HSV(B) | 126.67º | 0.08% | 0.43% | - |
| XYZ | 13.07 | 14.59 | 14.44 | - |
| YUV | 105.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 101 | 0.08 | 0 | 0.07 | 0.57 | 126.67 | 0.04 | 0.41 |
| Hex | 64 | 6D | 65 | 8 | 0 | 7 | 39 | 7F | 4 | 29 |
| Octal | 144 | 155 | 145 | 10 | 0 | 7 | 71 | 177 | 4 | 51 |
| Binary | 1100100 | 1101101 | 1100101 | 1000 | 0 | 111 | 111001 | 1111111 | 100 | 101001 |
Color Harmonies of #646D65
Complementary color
Monochromatic Colors of #646D65
Black with #646D65
Text Example
Text Example
White with #646D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D65; }
p { color: rgb(100,109,101); }
H1.HeaderClassName
{
color: #646D65;
}
.AnyTagClassName
{
color: #646D65;
}
</style>
background-color css
<style>
a { background-color: #646D65; }
a { background-color: rgb(100,109,101); }
div.DivClassName
{
background-color: #646D65;
}
.BgClassName
{
background-color: #646D65;
}
</style>
border-color css
<style>
span { border-color: #646D65; }
span { border-color: rgb(100,109,101); }
td.TdClassName
{
border-color: #646D65;
}
.TagClassName
{
border-color: #646D65;
}
</style>