Shades of Sirocco #63816D
Tints of Sirocco #63816D
RGB
CMYK
RGB Variations
Color information
#63816D (or 0x63816D) is known color: Sirocco. HEX triplet: 63, 81 and 6D. RGB value is (99,129,109). Sum of RGB (Red+Green+Blue) = 99+129+109=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #63816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63816D is #9C7E92. Grayscale: #757575. Windows color (decimal): -10256019 or 7176547. OLE color: 7176547.
HSL color Cylindrical-coordinate representation of color #63816D: hue angle of 140º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63816D is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 129 | 109 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.49 |
| HSL | 140º | 0.13% | 0.45% | - |
| HSV(B) | 140º | 0.23% | 0.51% | - |
| XYZ | 15.76 | 19.46 | 17.39 | - |
| YUV | 117.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 109 | 0.23 | 0 | 0.16 | 0.49 | 140 | 0.13 | 0.45 |
| Hex | 63 | 81 | 6D | 17 | 0 | 10 | 31 | 8C | D | 2D |
| Octal | 143 | 201 | 155 | 27 | 0 | 20 | 61 | 214 | 15 | 55 |
| Binary | 1100011 | 10000001 | 1101101 | 10111 | 0 | 10000 | 110001 | 10001100 | 1101 | 101101 |
Color Harmonies of #63816D
Complementary color
Monochromatic Colors of #63816D
Black with #63816D
Text Example
Text Example
White with #63816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63816D; }
p { color: rgb(99,129,109); }
H1.HeaderClassName
{
color: #63816D;
}
.AnyTagClassName
{
color: #63816D;
}
</style>
background-color css
<style>
a { background-color: #63816D; }
a { background-color: rgb(99,129,109); }
div.DivClassName
{
background-color: #63816D;
}
.BgClassName
{
background-color: #63816D;
}
</style>
border-color css
<style>
span { border-color: #63816D; }
span { border-color: rgb(99,129,109); }
td.TdClassName
{
border-color: #63816D;
}
.TagClassName
{
border-color: #63816D;
}
</style>