Shades of Sirocco #6A706D
Tints of Sirocco #6A706D
RGB
CMYK
RGB Variations
Color information
#6A706D (or 0x6A706D) is known color: Sirocco. HEX triplet: 6A, 70 and 6D. RGB value is (106,112,109). Sum of RGB (Red+Green+Blue) = 106+112+109=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 112 - color contains mainly: green. Hex color #6A706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A706D is #958F92. Grayscale: #6D6D6D. Windows color (decimal): -9801619 or 7172202. OLE color: 7172202.
HSL color Cylindrical-coordinate representation of color #6A706D: hue angle of 150º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A706D is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 112 | 109 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.56 |
| HSL | 150º | 0.03% | 0.43% | - |
| HSV(B) | 150º | 0.05% | 0.44% | - |
| XYZ | 14.5 | 15.76 | 16.75 | - |
| YUV | 109.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 109 | 0.05 | 0 | 0.03 | 0.56 | 150 | 0.03 | 0.43 |
| Hex | 6A | 70 | 6D | 5 | 0 | 3 | 38 | 96 | 3 | 2B |
| Octal | 152 | 160 | 155 | 5 | 0 | 3 | 70 | 226 | 3 | 53 |
| Binary | 1101010 | 1110000 | 1101101 | 101 | 0 | 11 | 111000 | 10010110 | 11 | 101011 |
Color Harmonies of #6A706D
Complementary color
Monochromatic Colors of #6A706D
Black with #6A706D
Text Example
Text Example
White with #6A706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A706D; }
p { color: rgb(106,112,109); }
H1.HeaderClassName
{
color: #6A706D;
}
.AnyTagClassName
{
color: #6A706D;
}
</style>
background-color css
<style>
a { background-color: #6A706D; }
a { background-color: rgb(106,112,109); }
div.DivClassName
{
background-color: #6A706D;
}
.BgClassName
{
background-color: #6A706D;
}
</style>
border-color css
<style>
span { border-color: #6A706D; }
span { border-color: rgb(106,112,109); }
td.TdClassName
{
border-color: #6A706D;
}
.TagClassName
{
border-color: #6A706D;
}
</style>