Shades of Sirocco #6C716E
Tints of Sirocco #6C716E
RGB
CMYK
RGB Variations
Color information
#6C716E (or 0x6C716E) is known color: Sirocco. HEX triplet: 6C, 71 and 6E. RGB value is (108,113,110). Sum of RGB (Red+Green+Blue) = 108+113+110=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 113 - color contains mainly: green. Hex color #6C716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C716E is #938E91. Grayscale: #6F6F6F. Windows color (decimal): -9670290 or 7237996. OLE color: 7237996.
HSL color Cylindrical-coordinate representation of color #6C716E: hue angle of 144º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6C716E is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 110 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.56 |
| HSL | 144º | 0.02% | 0.43% | - |
| HSV(B) | 144º | 0.04% | 0.44% | - |
| XYZ | 14.9 | 16.12 | 17.08 | - |
| YUV | 111.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 110 | 0.04 | 0 | 0.03 | 0.56 | 144 | 0.02 | 0.43 |
| Hex | 6C | 71 | 6E | 4 | 0 | 3 | 38 | 90 | 2 | 2B |
| Octal | 154 | 161 | 156 | 4 | 0 | 3 | 70 | 220 | 2 | 53 |
| Binary | 1101100 | 1110001 | 1101110 | 100 | 0 | 11 | 111000 | 10010000 | 10 | 101011 |
Color Harmonies of #6C716E
Complementary color
Monochromatic Colors of #6C716E
Black with #6C716E
Text Example
Text Example
White with #6C716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C716E; }
p { color: rgb(108,113,110); }
H1.HeaderClassName
{
color: #6C716E;
}
.AnyTagClassName
{
color: #6C716E;
}
</style>
background-color css
<style>
a { background-color: #6C716E; }
a { background-color: rgb(108,113,110); }
div.DivClassName
{
background-color: #6C716E;
}
.BgClassName
{
background-color: #6C716E;
}
</style>
border-color css
<style>
span { border-color: #6C716E; }
span { border-color: rgb(108,113,110); }
td.TdClassName
{
border-color: #6C716E;
}
.TagClassName
{
border-color: #6C716E;
}
</style>