Shades of Sirocco #6D8374
Tints of Sirocco #6D8374
RGB
CMYK
RGB Variations
Color information
#6D8374 (or 0x6D8374) is known color: Sirocco. HEX triplet: 6D, 83 and 74. RGB value is (109,131,116). Sum of RGB (Red+Green+Blue) = 109+131+116=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8374 is #927C8B. Grayscale: #7A7A7A. Windows color (decimal): -9600140 or 7635821. OLE color: 7635821.
HSL color Cylindrical-coordinate representation of color #6D8374: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8374 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 116 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.49 |
| HSL | 139.09º | 0.09% | 0.47% | - |
| HSV(B) | 139.09º | 0.17% | 0.51% | - |
| XYZ | 17.58 | 20.74 | 19.6 | - |
| YUV | 122.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 116 | 0.17 | 0 | 0.11 | 0.49 | 139.09 | 0.09 | 0.47 |
| Hex | 6D | 83 | 74 | 11 | 0 | B | 31 | 8B | 9 | 2F |
| Octal | 155 | 203 | 164 | 21 | 0 | 13 | 61 | 213 | 11 | 57 |
| Binary | 1101101 | 10000011 | 1110100 | 10001 | 0 | 1011 | 110001 | 10001011 | 1001 | 101111 |
Color Harmonies of #6D8374
Complementary color
Monochromatic Colors of #6D8374
Black with #6D8374
Text Example
Text Example
White with #6D8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8374; }
p { color: rgb(109,131,116); }
H1.HeaderClassName
{
color: #6D8374;
}
.AnyTagClassName
{
color: #6D8374;
}
</style>
background-color css
<style>
a { background-color: #6D8374; }
a { background-color: rgb(109,131,116); }
div.DivClassName
{
background-color: #6D8374;
}
.BgClassName
{
background-color: #6D8374;
}
</style>
border-color css
<style>
span { border-color: #6D8374; }
span { border-color: rgb(109,131,116); }
td.TdClassName
{
border-color: #6D8374;
}
.TagClassName
{
border-color: #6D8374;
}
</style>