Shades of Sirocco #6D8475
Tints of Sirocco #6D8475
RGB
CMYK
RGB Variations
Color information
#6D8475 (or 0x6D8475) is known color: Sirocco. HEX triplet: 6D, 84 and 75. RGB value is (109,132,117). Sum of RGB (Red+Green+Blue) = 109+132+117=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8475 is #927B8A. Grayscale: #7B7B7B. Windows color (decimal): -9599883 or 7701613. OLE color: 7701613.
HSL color Cylindrical-coordinate representation of color #6D8475: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8475 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 117 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.48 |
| HSL | 140.87º | 0.1% | 0.47% | - |
| HSV(B) | 140.87º | 0.17% | 0.52% | - |
| XYZ | 17.77 | 21.04 | 19.95 | - |
| YUV | 123.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 117 | 0.17 | 0 | 0.11 | 0.48 | 140.87 | 0.1 | 0.47 |
| Hex | 6D | 84 | 75 | 11 | 0 | B | 30 | 8D | A | 2F |
| Octal | 155 | 204 | 165 | 21 | 0 | 13 | 60 | 215 | 12 | 57 |
| Binary | 1101101 | 10000100 | 1110101 | 10001 | 0 | 1011 | 110000 | 10001101 | 1010 | 101111 |
Color Harmonies of #6D8475
Complementary color
Monochromatic Colors of #6D8475
Black with #6D8475
Text Example
Text Example
White with #6D8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8475; }
p { color: rgb(109,132,117); }
H1.HeaderClassName
{
color: #6D8475;
}
.AnyTagClassName
{
color: #6D8475;
}
</style>
background-color css
<style>
a { background-color: #6D8475; }
a { background-color: rgb(109,132,117); }
div.DivClassName
{
background-color: #6D8475;
}
.BgClassName
{
background-color: #6D8475;
}
</style>
border-color css
<style>
span { border-color: #6D8475; }
span { border-color: rgb(109,132,117); }
td.TdClassName
{
border-color: #6D8475;
}
.TagClassName
{
border-color: #6D8475;
}
</style>