Shades of Siam #63645D
Tints of Siam #63645D
RGB
CMYK
RGB Variations
Color information
#63645D (or 0x63645D) is known color: Siam. HEX triplet: 63, 64 and 5D. RGB value is (99,100,93). Sum of RGB (Red+Green+Blue) = 99+100+93=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 100 - color contains mainly: green. Hex color #63645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63645D is #9C9BA2. Grayscale: #626262. Windows color (decimal): -10263459 or 6120547. OLE color: 6120547.
HSL color Cylindrical-coordinate representation of color #63645D: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63645D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 93 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.61 |
| HSL | 68.57º | 0.04% | 0.38% | - |
| HSV(B) | 68.57º | 0.07% | 0.39% | - |
| XYZ | 11.68 | 12.56 | 12.16 | - |
| YUV | 98.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 93 | 0.01 | 0 | 0.07 | 0.61 | 68.57 | 0.04 | 0.38 |
| Hex | 63 | 64 | 5D | 1 | 0 | 7 | 3D | 45 | 4 | 26 |
| Octal | 143 | 144 | 135 | 1 | 0 | 7 | 75 | 105 | 4 | 46 |
| Binary | 1100011 | 1100100 | 1011101 | 1 | 0 | 111 | 111101 | 1000101 | 100 | 100110 |
Color Harmonies of #63645D
Complementary color
Monochromatic Colors of #63645D
Black with #63645D
Text Example
Text Example
White with #63645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63645D; }
p { color: rgb(99,100,93); }
H1.HeaderClassName
{
color: #63645D;
}
.AnyTagClassName
{
color: #63645D;
}
</style>
background-color css
<style>
a { background-color: #63645D; }
a { background-color: rgb(99,100,93); }
div.DivClassName
{
background-color: #63645D;
}
.BgClassName
{
background-color: #63645D;
}
</style>
border-color css
<style>
span { border-color: #63645D; }
span { border-color: rgb(99,100,93); }
td.TdClassName
{
border-color: #63645D;
}
.TagClassName
{
border-color: #63645D;
}
</style>