Shades of Sirocco #628471
Tints of Sirocco #628471
RGB
CMYK
RGB Variations
Color information
#628471 (or 0x628471) is known color: Sirocco. HEX triplet: 62, 84 and 71. RGB value is (98,132,113). Sum of RGB (Red+Green+Blue) = 98+132+113=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #628471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628471 is #9D7B8E. Grayscale: #777777. Windows color (decimal): -10320783 or 7439458. OLE color: 7439458.
HSL color Cylindrical-coordinate representation of color #628471: hue angle of 146.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628471 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 113 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.48 |
| HSL | 146.47º | 0.15% | 0.45% | - |
| HSV(B) | 146.47º | 0.26% | 0.52% | - |
| XYZ | 16.27 | 20.29 | 18.68 | - |
| YUV | 119.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 113 | 0.26 | 0 | 0.14 | 0.48 | 146.47 | 0.15 | 0.45 |
| Hex | 62 | 84 | 71 | 1A | 0 | E | 30 | 92 | F | 2D |
| Octal | 142 | 204 | 161 | 32 | 0 | 16 | 60 | 222 | 17 | 55 |
| Binary | 1100010 | 10000100 | 1110001 | 11010 | 0 | 1110 | 110000 | 10010010 | 1111 | 101101 |
Color Harmonies of #628471
Complementary color
Monochromatic Colors of #628471
Black with #628471
Text Example
Text Example
White with #628471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628471; }
p { color: rgb(98,132,113); }
H1.HeaderClassName
{
color: #628471;
}
.AnyTagClassName
{
color: #628471;
}
</style>
background-color css
<style>
a { background-color: #628471; }
a { background-color: rgb(98,132,113); }
div.DivClassName
{
background-color: #628471;
}
.BgClassName
{
background-color: #628471;
}
</style>
border-color css
<style>
span { border-color: #628471; }
span { border-color: rgb(98,132,113); }
td.TdClassName
{
border-color: #628471;
}
.TagClassName
{
border-color: #628471;
}
</style>