Shades of Sirocco #626A64
Tints of Sirocco #626A64
RGB
CMYK
RGB Variations
Color information
#626A64 (or 0x626A64) is known color: Sirocco. HEX triplet: 62, 6A and 64. RGB value is (98,106,100). Sum of RGB (Red+Green+Blue) = 98+106+100=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 106 - color contains mainly: green. Hex color #626A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A64 is #9D959B. Grayscale: #666666. Windows color (decimal): -10327452 or 6580834. OLE color: 6580834.
HSL color Cylindrical-coordinate representation of color #626A64: hue angle of 135º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626A64 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 100 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.58 |
| HSL | 135º | 0.04% | 0.4% | - |
| HSV(B) | 135º | 0.08% | 0.42% | - |
| XYZ | 12.49 | 13.82 | 14.07 | - |
| YUV | 102.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 100 | 0.08 | 0 | 0.06 | 0.58 | 135 | 0.04 | 0.4 |
| Hex | 62 | 6A | 64 | 8 | 0 | 6 | 3A | 87 | 4 | 28 |
| Octal | 142 | 152 | 144 | 10 | 0 | 6 | 72 | 207 | 4 | 50 |
| Binary | 1100010 | 1101010 | 1100100 | 1000 | 0 | 110 | 111010 | 10000111 | 100 | 101000 |
Color Harmonies of #626A64
Complementary color
Monochromatic Colors of #626A64
Black with #626A64
Text Example
Text Example
White with #626A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A64; }
p { color: rgb(98,106,100); }
H1.HeaderClassName
{
color: #626A64;
}
.AnyTagClassName
{
color: #626A64;
}
</style>
background-color css
<style>
a { background-color: #626A64; }
a { background-color: rgb(98,106,100); }
div.DivClassName
{
background-color: #626A64;
}
.BgClassName
{
background-color: #626A64;
}
</style>
border-color css
<style>
span { border-color: #626A64; }
span { border-color: rgb(98,106,100); }
td.TdClassName
{
border-color: #626A64;
}
.TagClassName
{
border-color: #626A64;
}
</style>