Shades of Sirocco #6B736F
Tints of Sirocco #6B736F
RGB
CMYK
RGB Variations
Color information
#6B736F (or 0x6B736F) is known color: Sirocco. HEX triplet: 6B, 73 and 6F. RGB value is (107,115,111). Sum of RGB (Red+Green+Blue) = 107+115+111=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 115 - color contains mainly: green. Hex color #6B736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B736F is #948C90. Grayscale: #707070. Windows color (decimal): -9735313 or 7304043. OLE color: 7304043.
HSL color Cylindrical-coordinate representation of color #6B736F: hue angle of 150º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B736F is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 111 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.55 |
| HSL | 150º | 0.04% | 0.44% | - |
| HSV(B) | 150º | 0.07% | 0.45% | - |
| XYZ | 15.06 | 16.53 | 17.44 | - |
| YUV | 112.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 111 | 0.07 | 0 | 0.03 | 0.55 | 150 | 0.04 | 0.44 |
| Hex | 6B | 73 | 6F | 7 | 0 | 3 | 37 | 96 | 4 | 2C |
| Octal | 153 | 163 | 157 | 7 | 0 | 3 | 67 | 226 | 4 | 54 |
| Binary | 1101011 | 1110011 | 1101111 | 111 | 0 | 11 | 110111 | 10010110 | 100 | 101100 |
Color Harmonies of #6B736F
Complementary color
Monochromatic Colors of #6B736F
Black with #6B736F
Text Example
Text Example
White with #6B736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B736F; }
p { color: rgb(107,115,111); }
H1.HeaderClassName
{
color: #6B736F;
}
.AnyTagClassName
{
color: #6B736F;
}
</style>
background-color css
<style>
a { background-color: #6B736F; }
a { background-color: rgb(107,115,111); }
div.DivClassName
{
background-color: #6B736F;
}
.BgClassName
{
background-color: #6B736F;
}
</style>
border-color css
<style>
span { border-color: #6B736F; }
span { border-color: rgb(107,115,111); }
td.TdClassName
{
border-color: #6B736F;
}
.TagClassName
{
border-color: #6B736F;
}
</style>