Shades of Sirocco #658972
Tints of Sirocco #658972
RGB
CMYK
RGB Variations
Color information
#658972 (or 0x658972) is known color: Sirocco. HEX triplet: 65, 89 and 72. RGB value is (101,137,114). Sum of RGB (Red+Green+Blue) = 101+137+114=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #658972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658972 is #9A768D. Grayscale: #7B7B7B. Windows color (decimal): -10122894 or 7506277. OLE color: 7506277.
HSL color Cylindrical-coordinate representation of color #658972: hue angle of 141.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658972 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 114 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.46 |
| HSL | 141.67º | 0.15% | 0.47% | - |
| HSV(B) | 141.67º | 0.26% | 0.54% | - |
| XYZ | 17.35 | 21.87 | 19.23 | - |
| YUV | 123.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 114 | 0.26 | 0 | 0.17 | 0.46 | 141.67 | 0.15 | 0.47 |
| Hex | 65 | 89 | 72 | 1A | 0 | 11 | 2E | 8E | F | 2F |
| Octal | 145 | 211 | 162 | 32 | 0 | 21 | 56 | 216 | 17 | 57 |
| Binary | 1100101 | 10001001 | 1110010 | 11010 | 0 | 10001 | 101110 | 10001110 | 1111 | 101111 |
Color Harmonies of #658972
Complementary color
Monochromatic Colors of #658972
Black with #658972
Text Example
Text Example
White with #658972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658972; }
p { color: rgb(101,137,114); }
H1.HeaderClassName
{
color: #658972;
}
.AnyTagClassName
{
color: #658972;
}
</style>
background-color css
<style>
a { background-color: #658972; }
a { background-color: rgb(101,137,114); }
div.DivClassName
{
background-color: #658972;
}
.BgClassName
{
background-color: #658972;
}
</style>
border-color css
<style>
span { border-color: #658972; }
span { border-color: rgb(101,137,114); }
td.TdClassName
{
border-color: #658972;
}
.TagClassName
{
border-color: #658972;
}
</style>