Shades of Sirocco #6B8172
Tints of Sirocco #6B8172
RGB
CMYK
RGB Variations
Color information
#6B8172 (or 0x6B8172) is known color: Sirocco. HEX triplet: 6B, 81 and 72. RGB value is (107,129,114). Sum of RGB (Red+Green+Blue) = 107+129+114=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8172 is #947E8D. Grayscale: #787878. Windows color (decimal): -9731726 or 7504235. OLE color: 7504235.
HSL color Cylindrical-coordinate representation of color #6B8172: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B8172 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 114 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.49 |
| HSL | 139.09º | 0.09% | 0.46% | - |
| HSV(B) | 139.09º | 0.17% | 0.51% | - |
| XYZ | 16.95 | 20.04 | 18.89 | - |
| YUV | 120.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 114 | 0.17 | 0 | 0.12 | 0.49 | 139.09 | 0.09 | 0.46 |
| Hex | 6B | 81 | 72 | 11 | 0 | C | 31 | 8B | 9 | 2E |
| Octal | 153 | 201 | 162 | 21 | 0 | 14 | 61 | 213 | 11 | 56 |
| Binary | 1101011 | 10000001 | 1110010 | 10001 | 0 | 1100 | 110001 | 10001011 | 1001 | 101110 |
Color Harmonies of #6B8172
Complementary color
Monochromatic Colors of #6B8172
Black with #6B8172
Text Example
Text Example
White with #6B8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8172; }
p { color: rgb(107,129,114); }
H1.HeaderClassName
{
color: #6B8172;
}
.AnyTagClassName
{
color: #6B8172;
}
</style>
background-color css
<style>
a { background-color: #6B8172; }
a { background-color: rgb(107,129,114); }
div.DivClassName
{
background-color: #6B8172;
}
.BgClassName
{
background-color: #6B8172;
}
</style>
border-color css
<style>
span { border-color: #6B8172; }
span { border-color: rgb(107,129,114); }
td.TdClassName
{
border-color: #6B8172;
}
.TagClassName
{
border-color: #6B8172;
}
</style>