Shades of Sirocco #6A756F
Tints of Sirocco #6A756F
RGB
CMYK
RGB Variations
Color information
#6A756F (or 0x6A756F) is known color: Sirocco. HEX triplet: 6A, 75 and 6F. RGB value is (106,117,111). Sum of RGB (Red+Green+Blue) = 106+117+111=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #6A756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A756F is #958A90. Grayscale: #717171. Windows color (decimal): -9800337 or 7304554. OLE color: 7304554.
HSL color Cylindrical-coordinate representation of color #6A756F: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A756F is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 111 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.54 |
| HSL | 147.27º | 0.05% | 0.44% | - |
| HSV(B) | 147.27º | 0.09% | 0.46% | - |
| XYZ | 15.17 | 16.93 | 17.51 | - |
| YUV | 113.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 111 | 0.09 | 0 | 0.05 | 0.54 | 147.27 | 0.05 | 0.44 |
| Hex | 6A | 75 | 6F | 9 | 0 | 5 | 36 | 93 | 5 | 2C |
| Octal | 152 | 165 | 157 | 11 | 0 | 5 | 66 | 223 | 5 | 54 |
| Binary | 1101010 | 1110101 | 1101111 | 1001 | 0 | 101 | 110110 | 10010011 | 101 | 101100 |
Color Harmonies of #6A756F
Complementary color
Monochromatic Colors of #6A756F
Black with #6A756F
Text Example
Text Example
White with #6A756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A756F; }
p { color: rgb(106,117,111); }
H1.HeaderClassName
{
color: #6A756F;
}
.AnyTagClassName
{
color: #6A756F;
}
</style>
background-color css
<style>
a { background-color: #6A756F; }
a { background-color: rgb(106,117,111); }
div.DivClassName
{
background-color: #6A756F;
}
.BgClassName
{
background-color: #6A756F;
}
</style>
border-color css
<style>
span { border-color: #6A756F; }
span { border-color: rgb(106,117,111); }
td.TdClassName
{
border-color: #6A756F;
}
.TagClassName
{
border-color: #6A756F;
}
</style>