Shades of Sirocco #638270
Tints of Sirocco #638270
RGB
CMYK
RGB Variations
Color information
#638270 (or 0x638270) is known color: Sirocco. HEX triplet: 63, 82 and 70. RGB value is (99,130,112). Sum of RGB (Red+Green+Blue) = 99+130+112=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #638270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638270 is #9C7D8F. Grayscale: #767676. Windows color (decimal): -10255760 or 7373411. OLE color: 7373411.
HSL color Cylindrical-coordinate representation of color #638270: hue angle of 145.16º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638270 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 112 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.49 |
| HSL | 145.16º | 0.14% | 0.45% | - |
| HSV(B) | 145.16º | 0.24% | 0.51% | - |
| XYZ | 16.05 | 19.79 | 18.3 | - |
| YUV | 118.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 112 | 0.24 | 0 | 0.14 | 0.49 | 145.16 | 0.14 | 0.45 |
| Hex | 63 | 82 | 70 | 18 | 0 | E | 31 | 91 | E | 2D |
| Octal | 143 | 202 | 160 | 30 | 0 | 16 | 61 | 221 | 16 | 55 |
| Binary | 1100011 | 10000010 | 1110000 | 11000 | 0 | 1110 | 110001 | 10010001 | 1110 | 101101 |
Color Harmonies of #638270
Complementary color
Monochromatic Colors of #638270
Black with #638270
Text Example
Text Example
White with #638270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638270; }
p { color: rgb(99,130,112); }
H1.HeaderClassName
{
color: #638270;
}
.AnyTagClassName
{
color: #638270;
}
</style>
background-color css
<style>
a { background-color: #638270; }
a { background-color: rgb(99,130,112); }
div.DivClassName
{
background-color: #638270;
}
.BgClassName
{
background-color: #638270;
}
</style>
border-color css
<style>
span { border-color: #638270; }
span { border-color: rgb(99,130,112); }
td.TdClassName
{
border-color: #638270;
}
.TagClassName
{
border-color: #638270;
}
</style>