Shades of Sirocco #6A766D
Tints of Sirocco #6A766D
RGB
CMYK
RGB Variations
Color information
#6A766D (or 0x6A766D) is known color: Sirocco. HEX triplet: 6A, 76 and 6D. RGB value is (106,118,109). Sum of RGB (Red+Green+Blue) = 106+118+109=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #6A766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A766D is #958992. Grayscale: #717171. Windows color (decimal): -9800083 or 7173738. OLE color: 7173738.
HSL color Cylindrical-coordinate representation of color #6A766D: hue angle of 135º 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 #6A766D is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 109 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.54 |
| HSL | 135º | 0.05% | 0.44% | - |
| HSV(B) | 135º | 0.1% | 0.46% | - |
| XYZ | 15.18 | 17.13 | 16.97 | - |
| YUV | 113.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 109 | 0.10 | 0 | 0.08 | 0.54 | 135 | 0.05 | 0.44 |
| Hex | 6A | 76 | 6D | A | 0 | 8 | 36 | 87 | 5 | 2C |
| Octal | 152 | 166 | 155 | 12 | 0 | 10 | 66 | 207 | 5 | 54 |
| Binary | 1101010 | 1110110 | 1101101 | 1010 | 0 | 1000 | 110110 | 10000111 | 101 | 101100 |
Color Harmonies of #6A766D
Complementary color
Monochromatic Colors of #6A766D
Black with #6A766D
Text Example
Text Example
White with #6A766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A766D; }
p { color: rgb(106,118,109); }
H1.HeaderClassName
{
color: #6A766D;
}
.AnyTagClassName
{
color: #6A766D;
}
</style>
background-color css
<style>
a { background-color: #6A766D; }
a { background-color: rgb(106,118,109); }
div.DivClassName
{
background-color: #6A766D;
}
.BgClassName
{
background-color: #6A766D;
}
</style>
border-color css
<style>
span { border-color: #6A766D; }
span { border-color: rgb(106,118,109); }
td.TdClassName
{
border-color: #6A766D;
}
.TagClassName
{
border-color: #6A766D;
}
</style>