Shades of Sirocco #6D8275
Tints of Sirocco #6D8275
RGB
CMYK
RGB Variations
Color information
#6D8275 (or 0x6D8275) is known color: Sirocco. HEX triplet: 6D, 82 and 75. RGB value is (109,130,117). Sum of RGB (Red+Green+Blue) = 109+130+117=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8275 is #927D8A. Grayscale: #7A7A7A. Windows color (decimal): -9600395 or 7701101. OLE color: 7701101.
HSL color Cylindrical-coordinate representation of color #6D8275: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D8275 is Cyan = 0.16, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 117 | - |
| CMYK | 0.16 | 0 | 0.1 | 0.49 |
| HSL | 142.86º | 0.09% | 0.47% | - |
| HSV(B) | 142.86º | 0.16% | 0.51% | - |
| XYZ | 17.5 | 20.5 | 19.86 | - |
| YUV | 122.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 117 | 0.16 | 0 | 0.1 | 0.49 | 142.86 | 0.09 | 0.47 |
| Hex | 6D | 82 | 75 | 10 | 0 | A | 31 | 8F | 9 | 2F |
| Octal | 155 | 202 | 165 | 20 | 0 | 12 | 61 | 217 | 11 | 57 |
| Binary | 1101101 | 10000010 | 1110101 | 10000 | 0 | 1010 | 110001 | 10001111 | 1001 | 101111 |
Color Harmonies of #6D8275
Complementary color
Monochromatic Colors of #6D8275
Black with #6D8275
Text Example
Text Example
White with #6D8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8275; }
p { color: rgb(109,130,117); }
H1.HeaderClassName
{
color: #6D8275;
}
.AnyTagClassName
{
color: #6D8275;
}
</style>
background-color css
<style>
a { background-color: #6D8275; }
a { background-color: rgb(109,130,117); }
div.DivClassName
{
background-color: #6D8275;
}
.BgClassName
{
background-color: #6D8275;
}
</style>
border-color css
<style>
span { border-color: #6D8275; }
span { border-color: rgb(109,130,117); }
td.TdClassName
{
border-color: #6D8275;
}
.TagClassName
{
border-color: #6D8275;
}
</style>