Shades of Sirocco #626F64
Tints of Sirocco #626F64
RGB
CMYK
RGB Variations
Color information
#626F64 (or 0x626F64) is known color: Sirocco. HEX triplet: 62, 6F and 64. RGB value is (98,111,100). Sum of RGB (Red+Green+Blue) = 98+111+100=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 111 - color contains mainly: green. Hex color #626F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F64 is #9D909B. Grayscale: #696969. Windows color (decimal): -10326172 or 6582114. OLE color: 6582114.
HSL color Cylindrical-coordinate representation of color #626F64: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626F64 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 100 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.56 |
| HSL | 129.23º | 0.06% | 0.41% | - |
| HSV(B) | 129.23º | 0.12% | 0.44% | - |
| XYZ | 13.02 | 14.89 | 14.24 | - |
| YUV | 105.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 100 | 0.12 | 0 | 0.10 | 0.56 | 129.23 | 0.06 | 0.41 |
| Hex | 62 | 6F | 64 | C | 0 | A | 38 | 81 | 6 | 29 |
| Octal | 142 | 157 | 144 | 14 | 0 | 12 | 70 | 201 | 6 | 51 |
| Binary | 1100010 | 1101111 | 1100100 | 1100 | 0 | 1010 | 111000 | 10000001 | 110 | 101001 |
Color Harmonies of #626F64
Complementary color
Monochromatic Colors of #626F64
Black with #626F64
Text Example
Text Example
White with #626F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F64; }
p { color: rgb(98,111,100); }
H1.HeaderClassName
{
color: #626F64;
}
.AnyTagClassName
{
color: #626F64;
}
</style>
background-color css
<style>
a { background-color: #626F64; }
a { background-color: rgb(98,111,100); }
div.DivClassName
{
background-color: #626F64;
}
.BgClassName
{
background-color: #626F64;
}
</style>
border-color css
<style>
span { border-color: #626F64; }
span { border-color: rgb(98,111,100); }
td.TdClassName
{
border-color: #626F64;
}
.TagClassName
{
border-color: #626F64;
}
</style>