Shades of Sirocco #648170
Tints of Sirocco #648170
RGB
CMYK
RGB Variations
Color information
#648170 (or 0x648170) is known color: Sirocco. HEX triplet: 64, 81 and 70. RGB value is (100,129,112). Sum of RGB (Red+Green+Blue) = 100+129+112=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #648170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648170 is #9B7E8F. Grayscale: #767676. Windows color (decimal): -10190480 or 7373156. OLE color: 7373156.
HSL color Cylindrical-coordinate representation of color #648170: hue angle of 144.83º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648170 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 112 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.49 |
| HSL | 144.83º | 0.13% | 0.45% | - |
| HSV(B) | 144.83º | 0.22% | 0.51% | - |
| XYZ | 16.03 | 19.58 | 18.26 | - |
| YUV | 118.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 112 | 0.22 | 0 | 0.13 | 0.49 | 144.83 | 0.13 | 0.45 |
| Hex | 64 | 81 | 70 | 16 | 0 | D | 31 | 91 | D | 2D |
| Octal | 144 | 201 | 160 | 26 | 0 | 15 | 61 | 221 | 15 | 55 |
| Binary | 1100100 | 10000001 | 1110000 | 10110 | 0 | 1101 | 110001 | 10010001 | 1101 | 101101 |
Color Harmonies of #648170
Complementary color
Monochromatic Colors of #648170
Black with #648170
Text Example
Text Example
White with #648170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648170; }
p { color: rgb(100,129,112); }
H1.HeaderClassName
{
color: #648170;
}
.AnyTagClassName
{
color: #648170;
}
</style>
background-color css
<style>
a { background-color: #648170; }
a { background-color: rgb(100,129,112); }
div.DivClassName
{
background-color: #648170;
}
.BgClassName
{
background-color: #648170;
}
</style>
border-color css
<style>
span { border-color: #648170; }
span { border-color: rgb(100,129,112); }
td.TdClassName
{
border-color: #648170;
}
.TagClassName
{
border-color: #648170;
}
</style>