Shades of Sirocco #68756E
Tints of Sirocco #68756E
RGB
CMYK
RGB Variations
Color information
#68756E (or 0x68756E) is known color: Sirocco. HEX triplet: 68, 75 and 6E. RGB value is (104,117,110). Sum of RGB (Red+Green+Blue) = 104+117+110=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #68756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756E is #978A91. Grayscale: #707070. Windows color (decimal): -9931410 or 7239016. OLE color: 7239016.
HSL color Cylindrical-coordinate representation of color #68756E: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68756E is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 110 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.54 |
| HSL | 147.69º | 0.06% | 0.43% | - |
| HSV(B) | 147.69º | 0.11% | 0.46% | - |
| XYZ | 14.88 | 16.79 | 17.21 | - |
| YUV | 112.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 110 | 0.11 | 0 | 0.06 | 0.54 | 147.69 | 0.06 | 0.43 |
| Hex | 68 | 75 | 6E | B | 0 | 6 | 36 | 94 | 6 | 2B |
| Octal | 150 | 165 | 156 | 13 | 0 | 6 | 66 | 224 | 6 | 53 |
| Binary | 1101000 | 1110101 | 1101110 | 1011 | 0 | 110 | 110110 | 10010100 | 110 | 101011 |
Color Harmonies of #68756E
Complementary color
Monochromatic Colors of #68756E
Black with #68756E
Text Example
Text Example
White with #68756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68756E; }
p { color: rgb(104,117,110); }
H1.HeaderClassName
{
color: #68756E;
}
.AnyTagClassName
{
color: #68756E;
}
</style>
background-color css
<style>
a { background-color: #68756E; }
a { background-color: rgb(104,117,110); }
div.DivClassName
{
background-color: #68756E;
}
.BgClassName
{
background-color: #68756E;
}
</style>
border-color css
<style>
span { border-color: #68756E; }
span { border-color: rgb(104,117,110); }
td.TdClassName
{
border-color: #68756E;
}
.TagClassName
{
border-color: #68756E;
}
</style>