Shades of Sirocco #6B756E
Tints of Sirocco #6B756E
RGB
CMYK
RGB Variations
Color information
#6B756E (or 0x6B756E) is known color: Sirocco. HEX triplet: 6B, 75 and 6E. RGB value is (107,117,110). Sum of RGB (Red+Green+Blue) = 107+117+110=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #6B756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B756E is #948A91. Grayscale: #717171. Windows color (decimal): -9734802 or 7239019. OLE color: 7239019.
HSL color Cylindrical-coordinate representation of color #6B756E: hue angle of 138º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B756E is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 110 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.54 |
| HSL | 138º | 0.04% | 0.44% | - |
| HSV(B) | 138º | 0.09% | 0.46% | - |
| XYZ | 15.24 | 16.97 | 17.23 | - |
| YUV | 113.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 110 | 0.09 | 0 | 0.06 | 0.54 | 138 | 0.04 | 0.44 |
| Hex | 6B | 75 | 6E | 9 | 0 | 6 | 36 | 8A | 4 | 2C |
| Octal | 153 | 165 | 156 | 11 | 0 | 6 | 66 | 212 | 4 | 54 |
| Binary | 1101011 | 1110101 | 1101110 | 1001 | 0 | 110 | 110110 | 10001010 | 100 | 101100 |
Color Harmonies of #6B756E
Complementary color
Monochromatic Colors of #6B756E
Black with #6B756E
Text Example
Text Example
White with #6B756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B756E; }
p { color: rgb(107,117,110); }
H1.HeaderClassName
{
color: #6B756E;
}
.AnyTagClassName
{
color: #6B756E;
}
</style>
background-color css
<style>
a { background-color: #6B756E; }
a { background-color: rgb(107,117,110); }
div.DivClassName
{
background-color: #6B756E;
}
.BgClassName
{
background-color: #6B756E;
}
</style>
border-color css
<style>
span { border-color: #6B756E; }
span { border-color: rgb(107,117,110); }
td.TdClassName
{
border-color: #6B756E;
}
.TagClassName
{
border-color: #6B756E;
}
</style>