Shades of Sirocco #686D69
Tints of Sirocco #686D69
RGB
CMYK
RGB Variations
Color information
#686D69 (or 0x686D69) is known color: Sirocco. HEX triplet: 68, 6D and 69. RGB value is (104,109,105). Sum of RGB (Red+Green+Blue) = 104+109+105=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 109 - color contains mainly: green. Hex color #686D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D69 is #979296. Grayscale: #6B6B6B. Windows color (decimal): -9933463 or 6909288. OLE color: 6909288.
HSL color Cylindrical-coordinate representation of color #686D69: hue angle of 132º 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 #686D69 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 105 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.57 |
| HSL | 132º | 0.02% | 0.42% | - |
| HSV(B) | 132º | 0.05% | 0.43% | - |
| XYZ | 13.73 | 14.9 | 15.52 | - |
| YUV | 107.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 105 | 0.05 | 0 | 0.04 | 0.57 | 132 | 0.02 | 0.42 |
| Hex | 68 | 6D | 69 | 5 | 0 | 4 | 39 | 84 | 2 | 2A |
| Octal | 150 | 155 | 151 | 5 | 0 | 4 | 71 | 204 | 2 | 52 |
| Binary | 1101000 | 1101101 | 1101001 | 101 | 0 | 100 | 111001 | 10000100 | 10 | 101010 |
Color Harmonies of #686D69
Complementary color
Monochromatic Colors of #686D69
Black with #686D69
Text Example
Text Example
White with #686D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D69; }
p { color: rgb(104,109,105); }
H1.HeaderClassName
{
color: #686D69;
}
.AnyTagClassName
{
color: #686D69;
}
</style>
background-color css
<style>
a { background-color: #686D69; }
a { background-color: rgb(104,109,105); }
div.DivClassName
{
background-color: #686D69;
}
.BgClassName
{
background-color: #686D69;
}
</style>
border-color css
<style>
span { border-color: #686D69; }
span { border-color: rgb(104,109,105); }
td.TdClassName
{
border-color: #686D69;
}
.TagClassName
{
border-color: #686D69;
}
</style>