Shades of Sirocco #6A726C
Tints of Sirocco #6A726C
RGB
CMYK
RGB Variations
Color information
#6A726C (or 0x6A726C) is known color: Sirocco. HEX triplet: 6A, 72 and 6C. RGB value is (106,114,108). Sum of RGB (Red+Green+Blue) = 106+114+108=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #6A726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A726C is #958D93. Grayscale: #6E6E6E. Windows color (decimal): -9801108 or 7107178. OLE color: 7107178.
HSL color Cylindrical-coordinate representation of color #6A726C: hue angle of 135º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A726C is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 108 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.55 |
| HSL | 135º | 0.04% | 0.43% | - |
| HSV(B) | 135º | 0.07% | 0.45% | - |
| XYZ | 14.67 | 16.18 | 16.54 | - |
| YUV | 110.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 108 | 0.07 | 0 | 0.05 | 0.55 | 135 | 0.04 | 0.43 |
| Hex | 6A | 72 | 6C | 7 | 0 | 5 | 37 | 87 | 4 | 2B |
| Octal | 152 | 162 | 154 | 7 | 0 | 5 | 67 | 207 | 4 | 53 |
| Binary | 1101010 | 1110010 | 1101100 | 111 | 0 | 101 | 110111 | 10000111 | 100 | 101011 |
Color Harmonies of #6A726C
Complementary color
Monochromatic Colors of #6A726C
Black with #6A726C
Text Example
Text Example
White with #6A726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A726C; }
p { color: rgb(106,114,108); }
H1.HeaderClassName
{
color: #6A726C;
}
.AnyTagClassName
{
color: #6A726C;
}
</style>
background-color css
<style>
a { background-color: #6A726C; }
a { background-color: rgb(106,114,108); }
div.DivClassName
{
background-color: #6A726C;
}
.BgClassName
{
background-color: #6A726C;
}
</style>
border-color css
<style>
span { border-color: #6A726C; }
span { border-color: rgb(106,114,108); }
td.TdClassName
{
border-color: #6A726C;
}
.TagClassName
{
border-color: #6A726C;
}
</style>