Shades of Sirocco #686D6A
Tints of Sirocco #686D6A
RGB
CMYK
RGB Variations
Color information
#686D6A (or 0x686D6A) is known color: Sirocco. HEX triplet: 68, 6D and 6A. RGB value is (104,109,106). Sum of RGB (Red+Green+Blue) = 104+109+106=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 109 - color contains mainly: green. Hex color #686D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D6A is #979295. Grayscale: #6B6B6B. Windows color (decimal): -9933462 or 6974824. OLE color: 6974824.
HSL color Cylindrical-coordinate representation of color #686D6A: hue angle of 144º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686D6A is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 106 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.57 |
| HSL | 144º | 0.02% | 0.42% | - |
| HSV(B) | 144º | 0.05% | 0.43% | - |
| XYZ | 13.78 | 14.92 | 15.79 | - |
| YUV | 107.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 106 | 0.05 | 0 | 0.03 | 0.57 | 144 | 0.02 | 0.42 |
| Hex | 68 | 6D | 6A | 5 | 0 | 3 | 39 | 90 | 2 | 2A |
| Octal | 150 | 155 | 152 | 5 | 0 | 3 | 71 | 220 | 2 | 52 |
| Binary | 1101000 | 1101101 | 1101010 | 101 | 0 | 11 | 111001 | 10010000 | 10 | 101010 |
Color Harmonies of #686D6A
Complementary color
Monochromatic Colors of #686D6A
Black with #686D6A
Text Example
Text Example
White with #686D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D6A; }
p { color: rgb(104,109,106); }
H1.HeaderClassName
{
color: #686D6A;
}
.AnyTagClassName
{
color: #686D6A;
}
</style>
background-color css
<style>
a { background-color: #686D6A; }
a { background-color: rgb(104,109,106); }
div.DivClassName
{
background-color: #686D6A;
}
.BgClassName
{
background-color: #686D6A;
}
</style>
border-color css
<style>
span { border-color: #686D6A; }
span { border-color: rgb(104,109,106); }
td.TdClassName
{
border-color: #686D6A;
}
.TagClassName
{
border-color: #686D6A;
}
</style>