Shades of Sirocco #6D7972
Tints of Sirocco #6D7972
RGB
CMYK
RGB Variations
Color information
#6D7972 (or 0x6D7972) is known color: Sirocco. HEX triplet: 6D, 79 and 72. RGB value is (109,121,114). Sum of RGB (Red+Green+Blue) = 109+121+114=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7972 is #92868D. Grayscale: #747474. Windows color (decimal): -9602702 or 7502189. OLE color: 7502189.
HSL color Cylindrical-coordinate representation of color #6D7972: hue angle of 145º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D7972 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 121 | 114 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.53 |
| HSL | 145º | 0.05% | 0.45% | - |
| HSV(B) | 145º | 0.1% | 0.47% | - |
| XYZ | 16.18 | 18.14 | 18.57 | - |
| YUV | 116.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 114 | 0.10 | 0 | 0.06 | 0.53 | 145 | 0.05 | 0.45 |
| Hex | 6D | 79 | 72 | A | 0 | 6 | 35 | 91 | 5 | 2D |
| Octal | 155 | 171 | 162 | 12 | 0 | 6 | 65 | 221 | 5 | 55 |
| Binary | 1101101 | 1111001 | 1110010 | 1010 | 0 | 110 | 110101 | 10010001 | 101 | 101101 |
Color Harmonies of #6D7972
Complementary color
Monochromatic Colors of #6D7972
Black with #6D7972
Text Example
Text Example
White with #6D7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7972; }
p { color: rgb(109,121,114); }
H1.HeaderClassName
{
color: #6D7972;
}
.AnyTagClassName
{
color: #6D7972;
}
</style>
background-color css
<style>
a { background-color: #6D7972; }
a { background-color: rgb(109,121,114); }
div.DivClassName
{
background-color: #6D7972;
}
.BgClassName
{
background-color: #6D7972;
}
</style>
border-color css
<style>
span { border-color: #6D7972; }
span { border-color: rgb(109,121,114); }
td.TdClassName
{
border-color: #6D7972;
}
.TagClassName
{
border-color: #6D7972;
}
</style>