Shades of Sirocco #648372
Tints of Sirocco #648372
RGB
CMYK
RGB Variations
Color information
#648372 (or 0x648372) is known color: Sirocco. HEX triplet: 64, 83 and 72. RGB value is (100,131,114). Sum of RGB (Red+Green+Blue) = 100+131+114=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #648372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648372 is #9B7C8D. Grayscale: #777777. Windows color (decimal): -10189966 or 7504740. OLE color: 7504740.
HSL color Cylindrical-coordinate representation of color #648372: hue angle of 147.1º degrees, saturation: 0.13, 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 #648372 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 114 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.49 |
| HSL | 147.1º | 0.13% | 0.45% | - |
| HSV(B) | 147.1º | 0.24% | 0.51% | - |
| XYZ | 16.41 | 20.16 | 18.95 | - |
| YUV | 119.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 114 | 0.24 | 0 | 0.13 | 0.49 | 147.1 | 0.13 | 0.45 |
| Hex | 64 | 83 | 72 | 18 | 0 | D | 31 | 93 | D | 2D |
| Octal | 144 | 203 | 162 | 30 | 0 | 15 | 61 | 223 | 15 | 55 |
| Binary | 1100100 | 10000011 | 1110010 | 11000 | 0 | 1101 | 110001 | 10010011 | 1101 | 101101 |
Color Harmonies of #648372
Complementary color
Monochromatic Colors of #648372
Black with #648372
Text Example
Text Example
White with #648372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648372; }
p { color: rgb(100,131,114); }
H1.HeaderClassName
{
color: #648372;
}
.AnyTagClassName
{
color: #648372;
}
</style>
background-color css
<style>
a { background-color: #648372; }
a { background-color: rgb(100,131,114); }
div.DivClassName
{
background-color: #648372;
}
.BgClassName
{
background-color: #648372;
}
</style>
border-color css
<style>
span { border-color: #648372; }
span { border-color: rgb(100,131,114); }
td.TdClassName
{
border-color: #648372;
}
.TagClassName
{
border-color: #648372;
}
</style>