Shades of Sirocco #6D7873
Tints of Sirocco #6D7873
RGB
CMYK
RGB Variations
Color information
#6D7873 (or 0x6D7873) is known color: Sirocco. HEX triplet: 6D, 78 and 73. RGB value is (109,120,115). Sum of RGB (Red+Green+Blue) = 109+120+115=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7873 is #92878C. Grayscale: #747474. Windows color (decimal): -9602957 or 7567469. OLE color: 7567469.
HSL color Cylindrical-coordinate representation of color #6D7873: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D7873 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 120 | 115 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.53 |
| HSL | 152.73º | 0.05% | 0.45% | - |
| HSV(B) | 152.73º | 0.09% | 0.47% | - |
| XYZ | 16.12 | 17.92 | 18.83 | - |
| YUV | 116.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 115 | 0.09 | 0 | 0.04 | 0.53 | 152.73 | 0.05 | 0.45 |
| Hex | 6D | 78 | 73 | 9 | 0 | 4 | 35 | 99 | 5 | 2D |
| Octal | 155 | 170 | 163 | 11 | 0 | 4 | 65 | 231 | 5 | 55 |
| Binary | 1101101 | 1111000 | 1110011 | 1001 | 0 | 100 | 110101 | 10011001 | 101 | 101101 |
Color Harmonies of #6D7873
Complementary color
Monochromatic Colors of #6D7873
Black with #6D7873
Text Example
Text Example
White with #6D7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7873; }
p { color: rgb(109,120,115); }
H1.HeaderClassName
{
color: #6D7873;
}
.AnyTagClassName
{
color: #6D7873;
}
</style>
background-color css
<style>
a { background-color: #6D7873; }
a { background-color: rgb(109,120,115); }
div.DivClassName
{
background-color: #6D7873;
}
.BgClassName
{
background-color: #6D7873;
}
</style>
border-color css
<style>
span { border-color: #6D7873; }
span { border-color: rgb(109,120,115); }
td.TdClassName
{
border-color: #6D7873;
}
.TagClassName
{
border-color: #6D7873;
}
</style>