Shades of Siam #636A50
Tints of Siam #636A50
RGB
CMYK
RGB Variations
Color information
#636A50 (or 0x636A50) is known color: Siam. HEX triplet: 63, 6A and 50. RGB value is (99,106,80). Sum of RGB (Red+Green+Blue) = 99+106+80=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #636A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A50 is #9C95AF. Grayscale: #656565. Windows color (decimal): -10261936 or 5270115. OLE color: 5270115.
HSL color Cylindrical-coordinate representation of color #636A50: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #636A50 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 80 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.58 |
| HSL | 76.15º | 0.14% | 0.36% | - |
| HSV(B) | 76.15º | 0.25% | 0.42% | - |
| XYZ | 11.75 | 13.54 | 9.58 | - |
| YUV | 100.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 80 | 0.07 | 0 | 0.25 | 0.58 | 76.15 | 0.14 | 0.36 |
| Hex | 63 | 6A | 50 | 7 | 0 | 19 | 3A | 4C | E | 24 |
| Octal | 143 | 152 | 120 | 7 | 0 | 31 | 72 | 114 | 16 | 44 |
| Binary | 1100011 | 1101010 | 1010000 | 111 | 0 | 11001 | 111010 | 1001100 | 1110 | 100100 |
Color Harmonies of #636A50
Complementary color
Monochromatic Colors of #636A50
Black with #636A50
Text Example
Text Example
White with #636A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A50; }
p { color: rgb(99,106,80); }
H1.HeaderClassName
{
color: #636A50;
}
.AnyTagClassName
{
color: #636A50;
}
</style>
background-color css
<style>
a { background-color: #636A50; }
a { background-color: rgb(99,106,80); }
div.DivClassName
{
background-color: #636A50;
}
.BgClassName
{
background-color: #636A50;
}
</style>
border-color css
<style>
span { border-color: #636A50; }
span { border-color: rgb(99,106,80); }
td.TdClassName
{
border-color: #636A50;
}
.TagClassName
{
border-color: #636A50;
}
</style>