Shades of Sirocco #658171
Tints of Sirocco #658171
RGB
CMYK
RGB Variations
Color information
#658171 (or 0x658171) is known color: Sirocco. HEX triplet: 65, 81 and 71. RGB value is (101,129,113). Sum of RGB (Red+Green+Blue) = 101+129+113=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #658171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658171 is #9A7E8E. Grayscale: #767676. Windows color (decimal): -10124943 or 7438693. OLE color: 7438693.
HSL color Cylindrical-coordinate representation of color #658171: hue angle of 145.71º degrees, saturation: 0.12, 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 #658171 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 113 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.49 |
| HSL | 145.71º | 0.12% | 0.45% | - |
| HSV(B) | 145.71º | 0.22% | 0.51% | - |
| XYZ | 16.2 | 19.66 | 18.56 | - |
| YUV | 118.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 113 | 0.22 | 0 | 0.12 | 0.49 | 145.71 | 0.12 | 0.45 |
| Hex | 65 | 81 | 71 | 16 | 0 | C | 31 | 92 | C | 2D |
| Octal | 145 | 201 | 161 | 26 | 0 | 14 | 61 | 222 | 14 | 55 |
| Binary | 1100101 | 10000001 | 1110001 | 10110 | 0 | 1100 | 110001 | 10010010 | 1100 | 101101 |
Color Harmonies of #658171
Complementary color
Monochromatic Colors of #658171
Black with #658171
Text Example
Text Example
White with #658171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658171; }
p { color: rgb(101,129,113); }
H1.HeaderClassName
{
color: #658171;
}
.AnyTagClassName
{
color: #658171;
}
</style>
background-color css
<style>
a { background-color: #658171; }
a { background-color: rgb(101,129,113); }
div.DivClassName
{
background-color: #658171;
}
.BgClassName
{
background-color: #658171;
}
</style>
border-color css
<style>
span { border-color: #658171; }
span { border-color: rgb(101,129,113); }
td.TdClassName
{
border-color: #658171;
}
.TagClassName
{
border-color: #658171;
}
</style>