Shades of Sirocco #6B8775
Tints of Sirocco #6B8775
RGB
CMYK
RGB Variations
Color information
#6B8775 (or 0x6B8775) is known color: Sirocco. HEX triplet: 6B, 87 and 75. RGB value is (107,135,117). Sum of RGB (Red+Green+Blue) = 107+135+117=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8775 is #94788A. Grayscale: #7C7C7C. Windows color (decimal): -9730187 or 7702379. OLE color: 7702379.
HSL color Cylindrical-coordinate representation of color #6B8775: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8775 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 117 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.47 |
| HSL | 141.43º | 0.12% | 0.47% | - |
| HSV(B) | 141.43º | 0.21% | 0.53% | - |
| XYZ | 17.94 | 21.74 | 20.08 | - |
| YUV | 124.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 117 | 0.21 | 0 | 0.13 | 0.47 | 141.43 | 0.12 | 0.47 |
| Hex | 6B | 87 | 75 | 15 | 0 | D | 2F | 8D | C | 2F |
| Octal | 153 | 207 | 165 | 25 | 0 | 15 | 57 | 215 | 14 | 57 |
| Binary | 1101011 | 10000111 | 1110101 | 10101 | 0 | 1101 | 101111 | 10001101 | 1100 | 101111 |
Color Harmonies of #6B8775
Complementary color
Monochromatic Colors of #6B8775
Black with #6B8775
Text Example
Text Example
White with #6B8775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8775; }
p { color: rgb(107,135,117); }
H1.HeaderClassName
{
color: #6B8775;
}
.AnyTagClassName
{
color: #6B8775;
}
</style>
background-color css
<style>
a { background-color: #6B8775; }
a { background-color: rgb(107,135,117); }
div.DivClassName
{
background-color: #6B8775;
}
.BgClassName
{
background-color: #6B8775;
}
</style>
border-color css
<style>
span { border-color: #6B8775; }
span { border-color: rgb(107,135,117); }
td.TdClassName
{
border-color: #6B8775;
}
.TagClassName
{
border-color: #6B8775;
}
</style>