Shades of Sirocco #686A69
Tints of Sirocco #686A69
RGB
CMYK
RGB Variations
Color information
#686A69 (or 0x686A69) is known color: Sirocco. HEX triplet: 68, 6A and 69. RGB value is (104,106,105). Sum of RGB (Red+Green+Blue) = 104+106+105=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 106 - color contains mainly: green. Hex color #686A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A69 is #979596. Grayscale: #696969. Windows color (decimal): -9934231 or 6908520. OLE color: 6908520.
HSL color Cylindrical-coordinate representation of color #686A69: hue angle of 150º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #686A69 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
RGB | 104 | 106 | 105 | - |
CMYK | 0.02 | 0 | 0.01 | 0.58 |
HSL | 150º | 0.01% | 0.41% | - |
HSV(B) | 150º | 0.02% | 0.42% | - |
XYZ | 13.41 | 14.27 | 15.41 | - |
YUV | 105.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 106 | 105 | 0.02 | 0 | 0.01 | 0.58 | 150 | 0.01 | 0.41 |
Hex | 68 | 6A | 69 | 2 | 0 | 1 | 3A | 96 | 1 | 29 |
Octal | 150 | 152 | 151 | 2 | 0 | 1 | 72 | 226 | 1 | 51 |
Binary | 1101000 | 1101010 | 1101001 | 10 | 0 | 1 | 111010 | 10010110 | 1 | 101001 |
Color Harmonies of #686A69
Complementary color
Monochromatic Colors of #686A69
Black with #686A69
Text Example
Text Example
White with #686A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A69; }
p { color: rgb(104,106,105); }
H1.HeaderClassName
{
color: #686A69;
}
.AnyTagClassName
{
color: #686A69;
}
</style>
background-color css
<style>
a { background-color: #686A69; }
a { background-color: rgb(104,106,105); }
div.DivClassName
{
background-color: #686A69;
}
.BgClassName
{
background-color: #686A69;
}
</style>
border-color css
<style>
span { border-color: #686A69; }
span { border-color: rgb(104,106,105); }
td.TdClassName
{
border-color: #686A69;
}
.TagClassName
{
border-color: #686A69;
}
</style>