Shades of Sirocco #667A6E
Tints of Sirocco #667A6E
RGB
CMYK
RGB Variations
Color information
#667A6E (or 0x667A6E) is known color: Sirocco. HEX triplet: 66, 7A and 6E. RGB value is (102,122,110). Sum of RGB (Red+Green+Blue) = 102+122+110=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #667A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A6E is #998591. Grayscale: #727272. Windows color (decimal): -10061202 or 7240294. OLE color: 7240294.
HSL color Cylindrical-coordinate representation of color #667A6E: hue angle of 144º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667A6E is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 122 | 110 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.52 |
| HSL | 144º | 0.09% | 0.44% | - |
| HSV(B) | 144º | 0.16% | 0.48% | - |
| XYZ | 15.25 | 17.87 | 17.4 | - |
| YUV | 114.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 110 | 0.16 | 0 | 0.10 | 0.52 | 144 | 0.09 | 0.44 |
| Hex | 66 | 7A | 6E | 10 | 0 | A | 34 | 90 | 9 | 2C |
| Octal | 146 | 172 | 156 | 20 | 0 | 12 | 64 | 220 | 11 | 54 |
| Binary | 1100110 | 1111010 | 1101110 | 10000 | 0 | 1010 | 110100 | 10010000 | 1001 | 101100 |
Color Harmonies of #667A6E
Complementary color
Monochromatic Colors of #667A6E
Black with #667A6E
Text Example
Text Example
White with #667A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A6E; }
p { color: rgb(102,122,110); }
H1.HeaderClassName
{
color: #667A6E;
}
.AnyTagClassName
{
color: #667A6E;
}
</style>
background-color css
<style>
a { background-color: #667A6E; }
a { background-color: rgb(102,122,110); }
div.DivClassName
{
background-color: #667A6E;
}
.BgClassName
{
background-color: #667A6E;
}
</style>
border-color css
<style>
span { border-color: #667A6E; }
span { border-color: rgb(102,122,110); }
td.TdClassName
{
border-color: #667A6E;
}
.TagClassName
{
border-color: #667A6E;
}
</style>