Shades of Sirocco #686B69
Tints of Sirocco #686B69
RGB
CMYK
RGB Variations
Color information
#686B69 (or 0x686B69) is known color: Sirocco. HEX triplet: 68, 6B and 69. RGB value is (104,107,105). Sum of RGB (Red+Green+Blue) = 104+107+105=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 107 - color contains mainly: green. Hex color #686B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B69 is #979496. Grayscale: #696969. Windows color (decimal): -9933975 or 6908776. OLE color: 6908776.
HSL color Cylindrical-coordinate representation of color #686B69: hue angle of 140º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686B69 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 105 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.58 |
| HSL | 140º | 0.01% | 0.41% | - |
| HSV(B) | 140º | 0.03% | 0.42% | - |
| XYZ | 13.52 | 14.48 | 15.45 | - |
| YUV | 105.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 105 | 0.03 | 0 | 0.02 | 0.58 | 140 | 0.01 | 0.41 |
| Hex | 68 | 6B | 69 | 3 | 0 | 2 | 3A | 8C | 1 | 29 |
| Octal | 150 | 153 | 151 | 3 | 0 | 2 | 72 | 214 | 1 | 51 |
| Binary | 1101000 | 1101011 | 1101001 | 11 | 0 | 10 | 111010 | 10001100 | 1 | 101001 |
Color Harmonies of #686B69
Complementary color
Monochromatic Colors of #686B69
Black with #686B69
Text Example
Text Example
White with #686B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B69; }
p { color: rgb(104,107,105); }
H1.HeaderClassName
{
color: #686B69;
}
.AnyTagClassName
{
color: #686B69;
}
</style>
background-color css
<style>
a { background-color: #686B69; }
a { background-color: rgb(104,107,105); }
div.DivClassName
{
background-color: #686B69;
}
.BgClassName
{
background-color: #686B69;
}
</style>
border-color css
<style>
span { border-color: #686B69; }
span { border-color: rgb(104,107,105); }
td.TdClassName
{
border-color: #686B69;
}
.TagClassName
{
border-color: #686B69;
}
</style>