Shades of Sirocco #626E66
Tints of Sirocco #626E66
RGB
CMYK
RGB Variations
Color information
#626E66 (or 0x626E66) is known color: Sirocco. HEX triplet: 62, 6E and 66. RGB value is (98,110,102). Sum of RGB (Red+Green+Blue) = 98+110+102=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 110 - color contains mainly: green. Hex color #626E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E66 is #9D9199. Grayscale: #696969. Windows color (decimal): -10326426 or 6712930. OLE color: 6712930.
HSL color Cylindrical-coordinate representation of color #626E66: hue angle of 140º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #626E66 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 110 | 102 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.57 |
| HSL | 140º | 0.06% | 0.41% | - |
| HSV(B) | 140º | 0.11% | 0.43% | - |
| XYZ | 13.01 | 14.71 | 14.72 | - |
| YUV | 105.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 102 | 0.11 | 0 | 0.07 | 0.57 | 140 | 0.06 | 0.41 |
| Hex | 62 | 6E | 66 | B | 0 | 7 | 39 | 8C | 6 | 29 |
| Octal | 142 | 156 | 146 | 13 | 0 | 7 | 71 | 214 | 6 | 51 |
| Binary | 1100010 | 1101110 | 1100110 | 1011 | 0 | 111 | 111001 | 10001100 | 110 | 101001 |
Color Harmonies of #626E66
Complementary color
Monochromatic Colors of #626E66
Black with #626E66
Text Example
Text Example
White with #626E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E66; }
p { color: rgb(98,110,102); }
H1.HeaderClassName
{
color: #626E66;
}
.AnyTagClassName
{
color: #626E66;
}
</style>
background-color css
<style>
a { background-color: #626E66; }
a { background-color: rgb(98,110,102); }
div.DivClassName
{
background-color: #626E66;
}
.BgClassName
{
background-color: #626E66;
}
</style>
border-color css
<style>
span { border-color: #626E66; }
span { border-color: rgb(98,110,102); }
td.TdClassName
{
border-color: #626E66;
}
.TagClassName
{
border-color: #626E66;
}
</style>