Shades of Siam #62635A
Tints of Siam #62635A
RGB
CMYK
RGB Variations
Color information
#62635A (or 0x62635A) is known color: Siam. HEX triplet: 62, 63 and 5A. RGB value is (98,99,90). Sum of RGB (Red+Green+Blue) = 98+99+90=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #62635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62635A is #9D9CA5. Grayscale: #616161. Windows color (decimal): -10329254 or 5923682. OLE color: 5923682.
HSL color Cylindrical-coordinate representation of color #62635A: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #62635A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 90 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.61 |
| HSL | 66.67º | 0.05% | 0.37% | - |
| HSV(B) | 66.67º | 0.09% | 0.39% | - |
| XYZ | 11.34 | 12.26 | 11.44 | - |
| YUV | 97.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 90 | 0.01 | 0 | 0.09 | 0.61 | 66.67 | 0.05 | 0.37 |
| Hex | 62 | 63 | 5A | 1 | 0 | 9 | 3D | 43 | 5 | 25 |
| Octal | 142 | 143 | 132 | 1 | 0 | 11 | 75 | 103 | 5 | 45 |
| Binary | 1100010 | 1100011 | 1011010 | 1 | 0 | 1001 | 111101 | 1000011 | 101 | 100101 |
Color Harmonies of #62635A
Complementary color
Monochromatic Colors of #62635A
Black with #62635A
Text Example
Text Example
White with #62635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62635A; }
p { color: rgb(98,99,90); }
H1.HeaderClassName
{
color: #62635A;
}
.AnyTagClassName
{
color: #62635A;
}
</style>
background-color css
<style>
a { background-color: #62635A; }
a { background-color: rgb(98,99,90); }
div.DivClassName
{
background-color: #62635A;
}
.BgClassName
{
background-color: #62635A;
}
</style>
border-color css
<style>
span { border-color: #62635A; }
span { border-color: rgb(98,99,90); }
td.TdClassName
{
border-color: #62635A;
}
.TagClassName
{
border-color: #62635A;
}
</style>