Shades of Sirocco #686F6A
Tints of Sirocco #686F6A
RGB
CMYK
RGB Variations
Color information
#686F6A (or 0x686F6A) is known color: Sirocco. HEX triplet: 68, 6F and 6A. RGB value is (104,111,106). Sum of RGB (Red+Green+Blue) = 104+111+106=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 111 - color contains mainly: green. Hex color #686F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F6A is #979095. Grayscale: #6C6C6C. Windows color (decimal): -9932950 or 6975336. OLE color: 6975336.
HSL color Cylindrical-coordinate representation of color #686F6A: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686F6A is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 106 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.56 |
| HSL | 137.14º | 0.03% | 0.42% | - |
| HSV(B) | 137.14º | 0.06% | 0.44% | - |
| XYZ | 13.99 | 15.35 | 15.86 | - |
| YUV | 108.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 106 | 0.06 | 0 | 0.05 | 0.56 | 137.14 | 0.03 | 0.42 |
| Hex | 68 | 6F | 6A | 6 | 0 | 5 | 38 | 89 | 3 | 2A |
| Octal | 150 | 157 | 152 | 6 | 0 | 5 | 70 | 211 | 3 | 52 |
| Binary | 1101000 | 1101111 | 1101010 | 110 | 0 | 101 | 111000 | 10001001 | 11 | 101010 |
Color Harmonies of #686F6A
Complementary color
Monochromatic Colors of #686F6A
Black with #686F6A
Text Example
Text Example
White with #686F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F6A; }
p { color: rgb(104,111,106); }
H1.HeaderClassName
{
color: #686F6A;
}
.AnyTagClassName
{
color: #686F6A;
}
</style>
background-color css
<style>
a { background-color: #686F6A; }
a { background-color: rgb(104,111,106); }
div.DivClassName
{
background-color: #686F6A;
}
.BgClassName
{
background-color: #686F6A;
}
</style>
border-color css
<style>
span { border-color: #686F6A; }
span { border-color: rgb(104,111,106); }
td.TdClassName
{
border-color: #686F6A;
}
.TagClassName
{
border-color: #686F6A;
}
</style>