Shades of Sirocco #63766C
Tints of Sirocco #63766C
RGB
CMYK
RGB Variations
Color information
#63766C (or 0x63766C) is known color: Sirocco. HEX triplet: 63, 76 and 6C. RGB value is (99,118,108). Sum of RGB (Red+Green+Blue) = 99+118+108=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #63766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63766C is #9C8993. Grayscale: #6F6F6F. Windows color (decimal): -10258836 or 7108195. OLE color: 7108195.
HSL color Cylindrical-coordinate representation of color #63766C: hue angle of 148.42º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #63766C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 118 | 108 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.54 |
| HSL | 148.42º | 0.09% | 0.43% | - |
| HSV(B) | 148.42º | 0.16% | 0.46% | - |
| XYZ | 14.33 | 16.69 | 16.65 | - |
| YUV | 111.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 108 | 0.16 | 0 | 0.08 | 0.54 | 148.42 | 0.09 | 0.43 |
| Hex | 63 | 76 | 6C | 10 | 0 | 8 | 36 | 94 | 9 | 2B |
| Octal | 143 | 166 | 154 | 20 | 0 | 10 | 66 | 224 | 11 | 53 |
| Binary | 1100011 | 1110110 | 1101100 | 10000 | 0 | 1000 | 110110 | 10010100 | 1001 | 101011 |
Color Harmonies of #63766C
Complementary color
Monochromatic Colors of #63766C
Black with #63766C
Text Example
Text Example
White with #63766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63766C; }
p { color: rgb(99,118,108); }
H1.HeaderClassName
{
color: #63766C;
}
.AnyTagClassName
{
color: #63766C;
}
</style>
background-color css
<style>
a { background-color: #63766C; }
a { background-color: rgb(99,118,108); }
div.DivClassName
{
background-color: #63766C;
}
.BgClassName
{
background-color: #63766C;
}
</style>
border-color css
<style>
span { border-color: #63766C; }
span { border-color: rgb(99,118,108); }
td.TdClassName
{
border-color: #63766C;
}
.TagClassName
{
border-color: #63766C;
}
</style>