Shades of Sirocco #63756C
Tints of Sirocco #63756C
RGB
CMYK
RGB Variations
Color information
#63756C (or 0x63756C) is known color: Sirocco. HEX triplet: 63, 75 and 6C. RGB value is (99,117,108). Sum of RGB (Red+Green+Blue) = 99+117+108=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #63756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63756C is #9C8A93. Grayscale: #6E6E6E. Windows color (decimal): -10259092 or 7107939. OLE color: 7107939.
HSL color Cylindrical-coordinate representation of color #63756C: hue angle of 150º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63756C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 108 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.54 |
| HSL | 150º | 0.08% | 0.42% | - |
| HSV(B) | 150º | 0.15% | 0.46% | - |
| XYZ | 14.21 | 16.46 | 16.61 | - |
| YUV | 110.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 108 | 0.15 | 0 | 0.08 | 0.54 | 150 | 0.08 | 0.42 |
| Hex | 63 | 75 | 6C | F | 0 | 8 | 36 | 96 | 8 | 2A |
| Octal | 143 | 165 | 154 | 17 | 0 | 10 | 66 | 226 | 10 | 52 |
| Binary | 1100011 | 1110101 | 1101100 | 1111 | 0 | 1000 | 110110 | 10010110 | 1000 | 101010 |
Color Harmonies of #63756C
Complementary color
Monochromatic Colors of #63756C
Black with #63756C
Text Example
Text Example
White with #63756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63756C; }
p { color: rgb(99,117,108); }
H1.HeaderClassName
{
color: #63756C;
}
.AnyTagClassName
{
color: #63756C;
}
</style>
background-color css
<style>
a { background-color: #63756C; }
a { background-color: rgb(99,117,108); }
div.DivClassName
{
background-color: #63756C;
}
.BgClassName
{
background-color: #63756C;
}
</style>
border-color css
<style>
span { border-color: #63756C; }
span { border-color: rgb(99,117,108); }
td.TdClassName
{
border-color: #63756C;
}
.TagClassName
{
border-color: #63756C;
}
</style>