Shades of Sirocco #6A766E
Tints of Sirocco #6A766E
RGB
CMYK
RGB Variations
Color information
#6A766E (or 0x6A766E) is known color: Sirocco. HEX triplet: 6A, 76 and 6E. RGB value is (106,118,110). Sum of RGB (Red+Green+Blue) = 106+118+110=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #6A766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A766E is #958991. Grayscale: #717171. Windows color (decimal): -9800082 or 7239274. OLE color: 7239274.
HSL color Cylindrical-coordinate representation of color #6A766E: hue angle of 140º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A766E is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 110 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.54 |
| HSL | 140º | 0.05% | 0.44% | - |
| HSV(B) | 140º | 0.1% | 0.46% | - |
| XYZ | 15.24 | 17.15 | 17.26 | - |
| YUV | 113.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 110 | 0.10 | 0 | 0.07 | 0.54 | 140 | 0.05 | 0.44 |
| Hex | 6A | 76 | 6E | A | 0 | 7 | 36 | 8C | 5 | 2C |
| Octal | 152 | 166 | 156 | 12 | 0 | 7 | 66 | 214 | 5 | 54 |
| Binary | 1101010 | 1110110 | 1101110 | 1010 | 0 | 111 | 110110 | 10001100 | 101 | 101100 |
Color Harmonies of #6A766E
Complementary color
Monochromatic Colors of #6A766E
Black with #6A766E
Text Example
Text Example
White with #6A766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A766E; }
p { color: rgb(106,118,110); }
H1.HeaderClassName
{
color: #6A766E;
}
.AnyTagClassName
{
color: #6A766E;
}
</style>
background-color css
<style>
a { background-color: #6A766E; }
a { background-color: rgb(106,118,110); }
div.DivClassName
{
background-color: #6A766E;
}
.BgClassName
{
background-color: #6A766E;
}
</style>
border-color css
<style>
span { border-color: #6A766E; }
span { border-color: rgb(106,118,110); }
td.TdClassName
{
border-color: #6A766E;
}
.TagClassName
{
border-color: #6A766E;
}
</style>