Shades of Sirocco #667D6F
Tints of Sirocco #667D6F
RGB
CMYK
RGB Variations
Color information
#667D6F (or 0x667D6F) is known color: Sirocco. HEX triplet: 66, 7D and 6F. RGB value is (102,125,111). Sum of RGB (Red+Green+Blue) = 102+125+111=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 125 - color contains mainly: green. Hex color #667D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D6F is #998290. Grayscale: #747474. Windows color (decimal): -10060433 or 7306598. OLE color: 7306598.
HSL color Cylindrical-coordinate representation of color #667D6F: hue angle of 143.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D6F is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 111 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.51 |
| HSL | 143.48º | 0.1% | 0.45% | - |
| HSV(B) | 143.48º | 0.18% | 0.49% | - |
| XYZ | 15.68 | 18.64 | 17.81 | - |
| YUV | 116.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 111 | 0.18 | 0 | 0.11 | 0.51 | 143.48 | 0.1 | 0.45 |
| Hex | 66 | 7D | 6F | 12 | 0 | B | 33 | 8F | A | 2D |
| Octal | 146 | 175 | 157 | 22 | 0 | 13 | 63 | 217 | 12 | 55 |
| Binary | 1100110 | 1111101 | 1101111 | 10010 | 0 | 1011 | 110011 | 10001111 | 1010 | 101101 |
Color Harmonies of #667D6F
Complementary color
Monochromatic Colors of #667D6F
Black with #667D6F
Text Example
Text Example
White with #667D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D6F; }
p { color: rgb(102,125,111); }
H1.HeaderClassName
{
color: #667D6F;
}
.AnyTagClassName
{
color: #667D6F;
}
</style>
background-color css
<style>
a { background-color: #667D6F; }
a { background-color: rgb(102,125,111); }
div.DivClassName
{
background-color: #667D6F;
}
.BgClassName
{
background-color: #667D6F;
}
</style>
border-color css
<style>
span { border-color: #667D6F; }
span { border-color: rgb(102,125,111); }
td.TdClassName
{
border-color: #667D6F;
}
.TagClassName
{
border-color: #667D6F;
}
</style>