Shades of Sirocco #6E7572
Tints of Sirocco #6E7572
RGB
CMYK
RGB Variations
Color information
#6E7572 (or 0x6E7572) is known color: Sirocco. HEX triplet: 6E, 75 and 72. RGB value is (110,117,114). Sum of RGB (Red+Green+Blue) = 110+117+114=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7572 is #918A8D. Grayscale: #727272. Windows color (decimal): -9538190 or 7501166. OLE color: 7501166.
HSL color Cylindrical-coordinate representation of color #6E7572: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E7572 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 114 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.54 |
| HSL | 154.29º | 0.03% | 0.45% | - |
| HSV(B) | 154.29º | 0.06% | 0.46% | - |
| XYZ | 15.83 | 17.25 | 18.42 | - |
| YUV | 114.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 114 | 0.06 | 0 | 0.03 | 0.54 | 154.29 | 0.03 | 0.45 |
| Hex | 6E | 75 | 72 | 6 | 0 | 3 | 36 | 9A | 3 | 2D |
| Octal | 156 | 165 | 162 | 6 | 0 | 3 | 66 | 232 | 3 | 55 |
| Binary | 1101110 | 1110101 | 1110010 | 110 | 0 | 11 | 110110 | 10011010 | 11 | 101101 |
Color Harmonies of #6E7572
Complementary color
Monochromatic Colors of #6E7572
Black with #6E7572
Text Example
Text Example
White with #6E7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7572; }
p { color: rgb(110,117,114); }
H1.HeaderClassName
{
color: #6E7572;
}
.AnyTagClassName
{
color: #6E7572;
}
</style>
background-color css
<style>
a { background-color: #6E7572; }
a { background-color: rgb(110,117,114); }
div.DivClassName
{
background-color: #6E7572;
}
.BgClassName
{
background-color: #6E7572;
}
</style>
border-color css
<style>
span { border-color: #6E7572; }
span { border-color: rgb(110,117,114); }
td.TdClassName
{
border-color: #6E7572;
}
.TagClassName
{
border-color: #6E7572;
}
</style>