Shades of Sirocco #64756E
Tints of Sirocco #64756E
RGB
CMYK
RGB Variations
Color information
#64756E (or 0x64756E) is known color: Sirocco. HEX triplet: 64, 75 and 6E. RGB value is (100,117,110). Sum of RGB (Red+Green+Blue) = 100+117+110=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #64756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64756E is #9B8A91. Grayscale: #6F6F6F. Windows color (decimal): -10193554 or 7239012. OLE color: 7239012.
HSL color Cylindrical-coordinate representation of color #64756E: hue angle of 155.29º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64756E is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 117 | 110 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.54 |
| HSL | 155.29º | 0.08% | 0.43% | - |
| HSV(B) | 155.29º | 0.15% | 0.46% | - |
| XYZ | 14.43 | 16.56 | 17.19 | - |
| YUV | 111.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 110 | 0.15 | 0 | 0.06 | 0.54 | 155.29 | 0.08 | 0.43 |
| Hex | 64 | 75 | 6E | F | 0 | 6 | 36 | 9B | 8 | 2B |
| Octal | 144 | 165 | 156 | 17 | 0 | 6 | 66 | 233 | 10 | 53 |
| Binary | 1100100 | 1110101 | 1101110 | 1111 | 0 | 110 | 110110 | 10011011 | 1000 | 101011 |
Color Harmonies of #64756E
Complementary color
Monochromatic Colors of #64756E
Black with #64756E
Text Example
Text Example
White with #64756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64756E; }
p { color: rgb(100,117,110); }
H1.HeaderClassName
{
color: #64756E;
}
.AnyTagClassName
{
color: #64756E;
}
</style>
background-color css
<style>
a { background-color: #64756E; }
a { background-color: rgb(100,117,110); }
div.DivClassName
{
background-color: #64756E;
}
.BgClassName
{
background-color: #64756E;
}
</style>
border-color css
<style>
span { border-color: #64756E; }
span { border-color: rgb(100,117,110); }
td.TdClassName
{
border-color: #64756E;
}
.TagClassName
{
border-color: #64756E;
}
</style>