Shades of Sirocco #688373
Tints of Sirocco #688373
RGB
CMYK
RGB Variations
Color information
#688373 (or 0x688373) is known color: Sirocco. HEX triplet: 68, 83 and 73. RGB value is (104,131,115). Sum of RGB (Red+Green+Blue) = 104+131+115=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #688373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688373 is #977C8C. Grayscale: #797979. Windows color (decimal): -9927821 or 7570280. OLE color: 7570280.
HSL color Cylindrical-coordinate representation of color #688373: hue angle of 144.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688373 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 115 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.49 |
| HSL | 144.44º | 0.11% | 0.46% | - |
| HSV(B) | 144.44º | 0.21% | 0.51% | - |
| XYZ | 16.92 | 20.41 | 19.27 | - |
| YUV | 121.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 115 | 0.21 | 0 | 0.12 | 0.49 | 144.44 | 0.11 | 0.46 |
| Hex | 68 | 83 | 73 | 15 | 0 | C | 31 | 90 | B | 2E |
| Octal | 150 | 203 | 163 | 25 | 0 | 14 | 61 | 220 | 13 | 56 |
| Binary | 1101000 | 10000011 | 1110011 | 10101 | 0 | 1100 | 110001 | 10010000 | 1011 | 101110 |
Color Harmonies of #688373
Complementary color
Monochromatic Colors of #688373
Black with #688373
Text Example
Text Example
White with #688373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688373; }
p { color: rgb(104,131,115); }
H1.HeaderClassName
{
color: #688373;
}
.AnyTagClassName
{
color: #688373;
}
</style>
background-color css
<style>
a { background-color: #688373; }
a { background-color: rgb(104,131,115); }
div.DivClassName
{
background-color: #688373;
}
.BgClassName
{
background-color: #688373;
}
</style>
border-color css
<style>
span { border-color: #688373; }
span { border-color: rgb(104,131,115); }
td.TdClassName
{
border-color: #688373;
}
.TagClassName
{
border-color: #688373;
}
</style>