Shades of Siam #62635C
Tints of Siam #62635C
RGB
CMYK
RGB Variations
Color information
#62635C (or 0x62635C) is known color: Siam. HEX triplet: 62, 63 and 5C. RGB value is (98,99,92). Sum of RGB (Red+Green+Blue) = 98+99+92=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 99 - color contains mainly: green. Hex color #62635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62635C is #9D9CA3. Grayscale: #616161. Windows color (decimal): -10329252 or 6054754. OLE color: 6054754.
HSL color Cylindrical-coordinate representation of color #62635C: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #62635C is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 92 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.61 |
| HSL | 68.57º | 0.04% | 0.37% | - |
| HSV(B) | 68.57º | 0.07% | 0.39% | - |
| XYZ | 11.43 | 12.29 | 11.9 | - |
| YUV | 97.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 92 | 0.01 | 0 | 0.07 | 0.61 | 68.57 | 0.04 | 0.37 |
| Hex | 62 | 63 | 5C | 1 | 0 | 7 | 3D | 45 | 4 | 25 |
| Octal | 142 | 143 | 134 | 1 | 0 | 7 | 75 | 105 | 4 | 45 |
| Binary | 1100010 | 1100011 | 1011100 | 1 | 0 | 111 | 111101 | 1000101 | 100 | 100101 |
Color Harmonies of #62635C
Complementary color
Monochromatic Colors of #62635C
Black with #62635C
Text Example
Text Example
White with #62635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62635C; }
p { color: rgb(98,99,92); }
H1.HeaderClassName
{
color: #62635C;
}
.AnyTagClassName
{
color: #62635C;
}
</style>
background-color css
<style>
a { background-color: #62635C; }
a { background-color: rgb(98,99,92); }
div.DivClassName
{
background-color: #62635C;
}
.BgClassName
{
background-color: #62635C;
}
</style>
border-color css
<style>
span { border-color: #62635C; }
span { border-color: rgb(98,99,92); }
td.TdClassName
{
border-color: #62635C;
}
.TagClassName
{
border-color: #62635C;
}
</style>