Shades of Sirocco #648171
Tints of Sirocco #648171
RGB
CMYK
RGB Variations
Color information
#648171 (or 0x648171) is known color: Sirocco. HEX triplet: 64, 81 and 71. RGB value is (100,129,113). Sum of RGB (Red+Green+Blue) = 100+129+113=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #648171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648171 is #9B7E8E. Grayscale: #767676. Windows color (decimal): -10190479 or 7438692. OLE color: 7438692.
HSL color Cylindrical-coordinate representation of color #648171: hue angle of 146.9º 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 #648171 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 113 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.49 |
| HSL | 146.9º | 0.13% | 0.45% | - |
| HSV(B) | 146.9º | 0.22% | 0.51% | - |
| XYZ | 16.09 | 19.6 | 18.56 | - |
| YUV | 118.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 113 | 0.22 | 0 | 0.12 | 0.49 | 146.9 | 0.13 | 0.45 |
| Hex | 64 | 81 | 71 | 16 | 0 | C | 31 | 93 | D | 2D |
| Octal | 144 | 201 | 161 | 26 | 0 | 14 | 61 | 223 | 15 | 55 |
| Binary | 1100100 | 10000001 | 1110001 | 10110 | 0 | 1100 | 110001 | 10010011 | 1101 | 101101 |
Color Harmonies of #648171
Complementary color
Monochromatic Colors of #648171
Black with #648171
Text Example
Text Example
White with #648171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648171; }
p { color: rgb(100,129,113); }
H1.HeaderClassName
{
color: #648171;
}
.AnyTagClassName
{
color: #648171;
}
</style>
background-color css
<style>
a { background-color: #648171; }
a { background-color: rgb(100,129,113); }
div.DivClassName
{
background-color: #648171;
}
.BgClassName
{
background-color: #648171;
}
</style>
border-color css
<style>
span { border-color: #648171; }
span { border-color: rgb(100,129,113); }
td.TdClassName
{
border-color: #648171;
}
.TagClassName
{
border-color: #648171;
}
</style>