Shades of Sirocco #667E6E
Tints of Sirocco #667E6E
RGB
CMYK
RGB Variations
Color information
#667E6E (or 0x667E6E) is known color: Sirocco. HEX triplet: 66, 7E and 6E. RGB value is (102,126,110). Sum of RGB (Red+Green+Blue) = 102+126+110=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 126 - color contains mainly: green. Hex color #667E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E6E is #998191. Grayscale: #757575. Windows color (decimal): -10060178 or 7241318. OLE color: 7241318.
HSL color Cylindrical-coordinate representation of color #667E6E: hue angle of 140º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E6E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 110 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.51 |
| HSL | 140º | 0.11% | 0.45% | - |
| HSV(B) | 140º | 0.19% | 0.49% | - |
| XYZ | 15.75 | 18.87 | 17.56 | - |
| YUV | 117 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 110 | 0.19 | 0 | 0.13 | 0.51 | 140 | 0.11 | 0.45 |
| Hex | 66 | 7E | 6E | 13 | 0 | D | 33 | 8C | B | 2D |
| Octal | 146 | 176 | 156 | 23 | 0 | 15 | 63 | 214 | 13 | 55 |
| Binary | 1100110 | 1111110 | 1101110 | 10011 | 0 | 1101 | 110011 | 10001100 | 1011 | 101101 |
Color Harmonies of #667E6E
Complementary color
Monochromatic Colors of #667E6E
Black with #667E6E
Text Example
Text Example
White with #667E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E6E; }
p { color: rgb(102,126,110); }
H1.HeaderClassName
{
color: #667E6E;
}
.AnyTagClassName
{
color: #667E6E;
}
</style>
background-color css
<style>
a { background-color: #667E6E; }
a { background-color: rgb(102,126,110); }
div.DivClassName
{
background-color: #667E6E;
}
.BgClassName
{
background-color: #667E6E;
}
</style>
border-color css
<style>
span { border-color: #667E6E; }
span { border-color: rgb(102,126,110); }
td.TdClassName
{
border-color: #667E6E;
}
.TagClassName
{
border-color: #667E6E;
}
</style>