Shades of Sirocco #6E7370
Tints of Sirocco #6E7370
RGB
CMYK
RGB Variations
Color information
#6E7370 (or 0x6E7370) is known color: Sirocco. HEX triplet: 6E, 73 and 70. RGB value is (110,115,112). Sum of RGB (Red+Green+Blue) = 110+115+112=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7370 is #918C8F. Grayscale: #717171. Windows color (decimal): -9538704 or 7369582. OLE color: 7369582.
HSL color Cylindrical-coordinate representation of color #6E7370: hue angle of 144º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6E7370 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 112 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.55 |
| HSL | 144º | 0.02% | 0.44% | - |
| HSV(B) | 144º | 0.04% | 0.45% | - |
| XYZ | 15.49 | 16.75 | 17.75 | - |
| YUV | 113.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 112 | 0.04 | 0 | 0.03 | 0.55 | 144 | 0.02 | 0.44 |
| Hex | 6E | 73 | 70 | 4 | 0 | 3 | 37 | 90 | 2 | 2C |
| Octal | 156 | 163 | 160 | 4 | 0 | 3 | 67 | 220 | 2 | 54 |
| Binary | 1101110 | 1110011 | 1110000 | 100 | 0 | 11 | 110111 | 10010000 | 10 | 101100 |
Color Harmonies of #6E7370
Complementary color
Monochromatic Colors of #6E7370
Black with #6E7370
Text Example
Text Example
White with #6E7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7370; }
p { color: rgb(110,115,112); }
H1.HeaderClassName
{
color: #6E7370;
}
.AnyTagClassName
{
color: #6E7370;
}
</style>
background-color css
<style>
a { background-color: #6E7370; }
a { background-color: rgb(110,115,112); }
div.DivClassName
{
background-color: #6E7370;
}
.BgClassName
{
background-color: #6E7370;
}
</style>
border-color css
<style>
span { border-color: #6E7370; }
span { border-color: rgb(110,115,112); }
td.TdClassName
{
border-color: #6E7370;
}
.TagClassName
{
border-color: #6E7370;
}
</style>