Shades of Sirocco #638572
Tints of Sirocco #638572
RGB
CMYK
RGB Variations
Color information
#638572 (or 0x638572) is known color: Sirocco. HEX triplet: 63, 85 and 72. RGB value is (99,133,114). Sum of RGB (Red+Green+Blue) = 99+133+114=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #638572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638572 is #9C7A8D. Grayscale: #787878. Windows color (decimal): -10254990 or 7505251. OLE color: 7505251.
HSL color Cylindrical-coordinate representation of color #638572: 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 #638572 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 114 | - |
| 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.57 | 20.64 | 19.03 | - |
| YUV | 120.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 114 | 0.26 | 0 | 0.14 | 0.48 | 146.47 | 0.15 | 0.45 |
| Hex | 63 | 85 | 72 | 1A | 0 | E | 30 | 92 | F | 2D |
| Octal | 143 | 205 | 162 | 32 | 0 | 16 | 60 | 222 | 17 | 55 |
| Binary | 1100011 | 10000101 | 1110010 | 11010 | 0 | 1110 | 110000 | 10010010 | 1111 | 101101 |
Color Harmonies of #638572
Complementary color
Monochromatic Colors of #638572
Black with #638572
Text Example
Text Example
White with #638572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638572; }
p { color: rgb(99,133,114); }
H1.HeaderClassName
{
color: #638572;
}
.AnyTagClassName
{
color: #638572;
}
</style>
background-color css
<style>
a { background-color: #638572; }
a { background-color: rgb(99,133,114); }
div.DivClassName
{
background-color: #638572;
}
.BgClassName
{
background-color: #638572;
}
</style>
border-color css
<style>
span { border-color: #638572; }
span { border-color: rgb(99,133,114); }
td.TdClassName
{
border-color: #638572;
}
.TagClassName
{
border-color: #638572;
}
</style>