Shades of Sirocco #68706D
Tints of Sirocco #68706D
RGB
CMYK
RGB Variations
Color information
#68706D (or 0x68706D) is known color: Sirocco. HEX triplet: 68, 70 and 6D. RGB value is (104,112,109). Sum of RGB (Red+Green+Blue) = 104+112+109=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 112 - color contains mainly: green. Hex color #68706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68706D is #978F92. Grayscale: #6D6D6D. Windows color (decimal): -9932691 or 7172200. OLE color: 7172200.
HSL color Cylindrical-coordinate representation of color #68706D: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #68706D is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 109 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.56 |
| HSL | 157.5º | 0.04% | 0.42% | - |
| HSV(B) | 157.5º | 0.07% | 0.44% | - |
| XYZ | 14.26 | 15.64 | 16.73 | - |
| YUV | 109.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 109 | 0.07 | 0 | 0.03 | 0.56 | 157.5 | 0.04 | 0.42 |
| Hex | 68 | 70 | 6D | 7 | 0 | 3 | 38 | 9E | 4 | 2A |
| Octal | 150 | 160 | 155 | 7 | 0 | 3 | 70 | 236 | 4 | 52 |
| Binary | 1101000 | 1110000 | 1101101 | 111 | 0 | 11 | 111000 | 10011110 | 100 | 101010 |
Color Harmonies of #68706D
Complementary color
Monochromatic Colors of #68706D
Black with #68706D
Text Example
Text Example
White with #68706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68706D; }
p { color: rgb(104,112,109); }
H1.HeaderClassName
{
color: #68706D;
}
.AnyTagClassName
{
color: #68706D;
}
</style>
background-color css
<style>
a { background-color: #68706D; }
a { background-color: rgb(104,112,109); }
div.DivClassName
{
background-color: #68706D;
}
.BgClassName
{
background-color: #68706D;
}
</style>
border-color css
<style>
span { border-color: #68706D; }
span { border-color: rgb(104,112,109); }
td.TdClassName
{
border-color: #68706D;
}
.TagClassName
{
border-color: #68706D;
}
</style>