Shades of Siam #63645A
Tints of Siam #63645A
RGB
CMYK
RGB Variations
Color information
#63645A (or 0x63645A) is known color: Siam. HEX triplet: 63, 64 and 5A. RGB value is (99,100,90). Sum of RGB (Red+Green+Blue) = 99+100+90=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 100 - color contains mainly: green. Hex color #63645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63645A is #9C9BA5. Grayscale: #626262. Windows color (decimal): -10263462 or 5923939. OLE color: 5923939.
HSL color Cylindrical-coordinate representation of color #63645A: hue angle of 66º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63645A is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 90 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.61 |
| HSL | 66º | 0.05% | 0.37% | - |
| HSV(B) | 66º | 0.1% | 0.39% | - |
| XYZ | 11.55 | 12.51 | 11.48 | - |
| YUV | 98.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 90 | 0.01 | 0 | 0.10 | 0.61 | 66 | 0.05 | 0.37 |
| Hex | 63 | 64 | 5A | 1 | 0 | A | 3D | 42 | 5 | 25 |
| Octal | 143 | 144 | 132 | 1 | 0 | 12 | 75 | 102 | 5 | 45 |
| Binary | 1100011 | 1100100 | 1011010 | 1 | 0 | 1010 | 111101 | 1000010 | 101 | 100101 |
Color Harmonies of #63645A
Complementary color
Monochromatic Colors of #63645A
Black with #63645A
Text Example
Text Example
White with #63645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63645A; }
p { color: rgb(99,100,90); }
H1.HeaderClassName
{
color: #63645A;
}
.AnyTagClassName
{
color: #63645A;
}
</style>
background-color css
<style>
a { background-color: #63645A; }
a { background-color: rgb(99,100,90); }
div.DivClassName
{
background-color: #63645A;
}
.BgClassName
{
background-color: #63645A;
}
</style>
border-color css
<style>
span { border-color: #63645A; }
span { border-color: rgb(99,100,90); }
td.TdClassName
{
border-color: #63645A;
}
.TagClassName
{
border-color: #63645A;
}
</style>