Shades of Sirocco #6A716B
Tints of Sirocco #6A716B
RGB
CMYK
RGB Variations
Color information
#6A716B (or 0x6A716B) is known color: Sirocco. HEX triplet: 6A, 71 and 6B. RGB value is (106,113,107). Sum of RGB (Red+Green+Blue) = 106+113+107=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 113 - color contains mainly: green. Hex color #6A716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A716B is #958E94. Grayscale: #6E6E6E. Windows color (decimal): -9801365 or 7041386. OLE color: 7041386.
HSL color Cylindrical-coordinate representation of color #6A716B: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6A716B is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 107 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.56 |
| HSL | 128.57º | 0.03% | 0.43% | - |
| HSV(B) | 128.57º | 0.06% | 0.44% | - |
| XYZ | 14.5 | 15.94 | 16.22 | - |
| YUV | 110.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 107 | 0.06 | 0 | 0.05 | 0.56 | 128.57 | 0.03 | 0.43 |
| Hex | 6A | 71 | 6B | 6 | 0 | 5 | 38 | 81 | 3 | 2B |
| Octal | 152 | 161 | 153 | 6 | 0 | 5 | 70 | 201 | 3 | 53 |
| Binary | 1101010 | 1110001 | 1101011 | 110 | 0 | 101 | 111000 | 10000001 | 11 | 101011 |
Color Harmonies of #6A716B
Complementary color
Monochromatic Colors of #6A716B
Black with #6A716B
Text Example
Text Example
White with #6A716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A716B; }
p { color: rgb(106,113,107); }
H1.HeaderClassName
{
color: #6A716B;
}
.AnyTagClassName
{
color: #6A716B;
}
</style>
background-color css
<style>
a { background-color: #6A716B; }
a { background-color: rgb(106,113,107); }
div.DivClassName
{
background-color: #6A716B;
}
.BgClassName
{
background-color: #6A716B;
}
</style>
border-color css
<style>
span { border-color: #6A716B; }
span { border-color: rgb(106,113,107); }
td.TdClassName
{
border-color: #6A716B;
}
.TagClassName
{
border-color: #6A716B;
}
</style>