Shades of Sirocco #688673
Tints of Sirocco #688673
RGB
CMYK
RGB Variations
Color information
#688673 (or 0x688673) is known color: Sirocco. HEX triplet: 68, 86 and 73. RGB value is (104,134,115). Sum of RGB (Red+Green+Blue) = 104+134+115=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #688673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688673 is #97798C. Grayscale: #7A7A7A. Windows color (decimal): -9927053 or 7571048. OLE color: 7571048.
HSL color Cylindrical-coordinate representation of color #688673: hue angle of 142º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688673 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 115 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.47 |
| HSL | 142º | 0.13% | 0.47% | - |
| HSV(B) | 142º | 0.22% | 0.53% | - |
| XYZ | 17.33 | 21.23 | 19.4 | - |
| YUV | 122.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 115 | 0.22 | 0 | 0.14 | 0.47 | 142 | 0.13 | 0.47 |
| Hex | 68 | 86 | 73 | 16 | 0 | E | 2F | 8E | D | 2F |
| Octal | 150 | 206 | 163 | 26 | 0 | 16 | 57 | 216 | 15 | 57 |
| Binary | 1101000 | 10000110 | 1110011 | 10110 | 0 | 1110 | 101111 | 10001110 | 1101 | 101111 |
Color Harmonies of #688673
Complementary color
Monochromatic Colors of #688673
Black with #688673
Text Example
Text Example
White with #688673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688673; }
p { color: rgb(104,134,115); }
H1.HeaderClassName
{
color: #688673;
}
.AnyTagClassName
{
color: #688673;
}
</style>
background-color css
<style>
a { background-color: #688673; }
a { background-color: rgb(104,134,115); }
div.DivClassName
{
background-color: #688673;
}
.BgClassName
{
background-color: #688673;
}
</style>
border-color css
<style>
span { border-color: #688673; }
span { border-color: rgb(104,134,115); }
td.TdClassName
{
border-color: #688673;
}
.TagClassName
{
border-color: #688673;
}
</style>