Shades of Sirocco #6B796F
Tints of Sirocco #6B796F
RGB
CMYK
RGB Variations
Color information
#6B796F (or 0x6B796F) is known color: Sirocco. HEX triplet: 6B, 79 and 6F. RGB value is (107,121,111). Sum of RGB (Red+Green+Blue) = 107+121+111=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6B796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B796F is #948690. Grayscale: #737373. Windows color (decimal): -9733777 or 7305579. OLE color: 7305579.
HSL color Cylindrical-coordinate representation of color #6B796F: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B796F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 121 | 111 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.53 |
| HSL | 137.14º | 0.06% | 0.45% | - |
| HSV(B) | 137.14º | 0.12% | 0.47% | - |
| XYZ | 15.77 | 17.95 | 17.67 | - |
| YUV | 115.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 111 | 0.12 | 0 | 0.08 | 0.53 | 137.14 | 0.06 | 0.45 |
| Hex | 6B | 79 | 6F | C | 0 | 8 | 35 | 89 | 6 | 2D |
| Octal | 153 | 171 | 157 | 14 | 0 | 10 | 65 | 211 | 6 | 55 |
| Binary | 1101011 | 1111001 | 1101111 | 1100 | 0 | 1000 | 110101 | 10001001 | 110 | 101101 |
Color Harmonies of #6B796F
Complementary color
Monochromatic Colors of #6B796F
Black with #6B796F
Text Example
Text Example
White with #6B796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B796F; }
p { color: rgb(107,121,111); }
H1.HeaderClassName
{
color: #6B796F;
}
.AnyTagClassName
{
color: #6B796F;
}
</style>
background-color css
<style>
a { background-color: #6B796F; }
a { background-color: rgb(107,121,111); }
div.DivClassName
{
background-color: #6B796F;
}
.BgClassName
{
background-color: #6B796F;
}
</style>
border-color css
<style>
span { border-color: #6B796F; }
span { border-color: rgb(107,121,111); }
td.TdClassName
{
border-color: #6B796F;
}
.TagClassName
{
border-color: #6B796F;
}
</style>