Shades of Sirocco #6B716C
Tints of Sirocco #6B716C
RGB
CMYK
RGB Variations
Color information
#6B716C (or 0x6B716C) is known color: Sirocco. HEX triplet: 6B, 71 and 6C. RGB value is (107,113,108). Sum of RGB (Red+Green+Blue) = 107+113+108=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 113 - color contains mainly: green. Hex color #6B716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B716C is #948E93. Grayscale: #6E6E6E. Windows color (decimal): -9735828 or 7106923. OLE color: 7106923.
HSL color Cylindrical-coordinate representation of color #6B716C: hue angle of 130º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B716C is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 108 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.56 |
| HSL | 130º | 0.03% | 0.43% | - |
| HSV(B) | 130º | 0.05% | 0.44% | - |
| XYZ | 14.68 | 16.02 | 16.51 | - |
| YUV | 110.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 108 | 0.05 | 0 | 0.04 | 0.56 | 130 | 0.03 | 0.43 |
| Hex | 6B | 71 | 6C | 5 | 0 | 4 | 38 | 82 | 3 | 2B |
| Octal | 153 | 161 | 154 | 5 | 0 | 4 | 70 | 202 | 3 | 53 |
| Binary | 1101011 | 1110001 | 1101100 | 101 | 0 | 100 | 111000 | 10000010 | 11 | 101011 |
Color Harmonies of #6B716C
Complementary color
Monochromatic Colors of #6B716C
Black with #6B716C
Text Example
Text Example
White with #6B716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B716C; }
p { color: rgb(107,113,108); }
H1.HeaderClassName
{
color: #6B716C;
}
.AnyTagClassName
{
color: #6B716C;
}
</style>
background-color css
<style>
a { background-color: #6B716C; }
a { background-color: rgb(107,113,108); }
div.DivClassName
{
background-color: #6B716C;
}
.BgClassName
{
background-color: #6B716C;
}
</style>
border-color css
<style>
span { border-color: #6B716C; }
span { border-color: rgb(107,113,108); }
td.TdClassName
{
border-color: #6B716C;
}
.TagClassName
{
border-color: #6B716C;
}
</style>