Shades of Sirocco #636C69
Tints of Sirocco #636C69
RGB
CMYK
RGB Variations
Color information
#636C69 (or 0x636C69) is known color: Sirocco. HEX triplet: 63, 6C and 69. RGB value is (99,108,105). Sum of RGB (Red+Green+Blue) = 99+108+105=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #636C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C69 is #9C9396. Grayscale: #686868. Windows color (decimal): -10261399 or 6909027. OLE color: 6909027.
HSL color Cylindrical-coordinate representation of color #636C69: hue angle of 160º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #636C69 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 105 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.58 |
| HSL | 160º | 0.04% | 0.41% | - |
| HSV(B) | 160º | 0.08% | 0.42% | - |
| XYZ | 13.06 | 14.4 | 15.46 | - |
| YUV | 104.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 105 | 0.08 | 0 | 0.03 | 0.58 | 160 | 0.04 | 0.41 |
| Hex | 63 | 6C | 69 | 8 | 0 | 3 | 3A | A0 | 4 | 29 |
| Octal | 143 | 154 | 151 | 10 | 0 | 3 | 72 | 240 | 4 | 51 |
| Binary | 1100011 | 1101100 | 1101001 | 1000 | 0 | 11 | 111010 | 10100000 | 100 | 101001 |
Color Harmonies of #636C69
Complementary color
Monochromatic Colors of #636C69
Black with #636C69
Text Example
Text Example
White with #636C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C69; }
p { color: rgb(99,108,105); }
H1.HeaderClassName
{
color: #636C69;
}
.AnyTagClassName
{
color: #636C69;
}
</style>
background-color css
<style>
a { background-color: #636C69; }
a { background-color: rgb(99,108,105); }
div.DivClassName
{
background-color: #636C69;
}
.BgClassName
{
background-color: #636C69;
}
</style>
border-color css
<style>
span { border-color: #636C69; }
span { border-color: rgb(99,108,105); }
td.TdClassName
{
border-color: #636C69;
}
.TagClassName
{
border-color: #636C69;
}
</style>