Shades of Sirocco #6B766E
Tints of Sirocco #6B766E
RGB
CMYK
RGB Variations
Color information
#6B766E (or 0x6B766E) is known color: Sirocco. HEX triplet: 6B, 76 and 6E. RGB value is (107,118,110). Sum of RGB (Red+Green+Blue) = 107+118+110=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766E is #948991. Grayscale: #717171. Windows color (decimal): -9734546 or 7239275. OLE color: 7239275.
HSL color Cylindrical-coordinate representation of color #6B766E: hue angle of 136.36º degrees, saturation: 0.05, 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 #6B766E is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 110 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.54 |
| HSL | 136.36º | 0.05% | 0.44% | - |
| HSV(B) | 136.36º | 0.09% | 0.46% | - |
| XYZ | 15.36 | 17.21 | 17.26 | - |
| YUV | 113.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 110 | 0.09 | 0 | 0.07 | 0.54 | 136.36 | 0.05 | 0.44 |
| Hex | 6B | 76 | 6E | 9 | 0 | 7 | 36 | 88 | 5 | 2C |
| Octal | 153 | 166 | 156 | 11 | 0 | 7 | 66 | 210 | 5 | 54 |
| Binary | 1101011 | 1110110 | 1101110 | 1001 | 0 | 111 | 110110 | 10001000 | 101 | 101100 |
Color Harmonies of #6B766E
Complementary color
Monochromatic Colors of #6B766E
Black with #6B766E
Text Example
Text Example
White with #6B766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B766E; }
p { color: rgb(107,118,110); }
H1.HeaderClassName
{
color: #6B766E;
}
.AnyTagClassName
{
color: #6B766E;
}
</style>
background-color css
<style>
a { background-color: #6B766E; }
a { background-color: rgb(107,118,110); }
div.DivClassName
{
background-color: #6B766E;
}
.BgClassName
{
background-color: #6B766E;
}
</style>
border-color css
<style>
span { border-color: #6B766E; }
span { border-color: rgb(107,118,110); }
td.TdClassName
{
border-color: #6B766E;
}
.TagClassName
{
border-color: #6B766E;
}
</style>