Shades of Sirocco #63716B
Tints of Sirocco #63716B
RGB
CMYK
RGB Variations
Color information
#63716B (or 0x63716B) is known color: Sirocco. HEX triplet: 63, 71 and 6B. RGB value is (99,113,107). Sum of RGB (Red+Green+Blue) = 99+113+107=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #63716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63716B is #9C8E94. Grayscale: #6C6C6C. Windows color (decimal): -10260117 or 7041379. OLE color: 7041379.
HSL color Cylindrical-coordinate representation of color #63716B: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63716B is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 113 | 107 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.56 |
| HSL | 154.29º | 0.07% | 0.42% | - |
| HSV(B) | 154.29º | 0.12% | 0.44% | - |
| XYZ | 13.7 | 15.52 | 16.18 | - |
| YUV | 108.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 107 | 0.12 | 0 | 0.05 | 0.56 | 154.29 | 0.07 | 0.42 |
| Hex | 63 | 71 | 6B | C | 0 | 5 | 38 | 9A | 7 | 2A |
| Octal | 143 | 161 | 153 | 14 | 0 | 5 | 70 | 232 | 7 | 52 |
| Binary | 1100011 | 1110001 | 1101011 | 1100 | 0 | 101 | 111000 | 10011010 | 111 | 101010 |
Color Harmonies of #63716B
Complementary color
Monochromatic Colors of #63716B
Black with #63716B
Text Example
Text Example
White with #63716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63716B; }
p { color: rgb(99,113,107); }
H1.HeaderClassName
{
color: #63716B;
}
.AnyTagClassName
{
color: #63716B;
}
</style>
background-color css
<style>
a { background-color: #63716B; }
a { background-color: rgb(99,113,107); }
div.DivClassName
{
background-color: #63716B;
}
.BgClassName
{
background-color: #63716B;
}
</style>
border-color css
<style>
span { border-color: #63716B; }
span { border-color: rgb(99,113,107); }
td.TdClassName
{
border-color: #63716B;
}
.TagClassName
{
border-color: #63716B;
}
</style>