Shades of Siam #61625A
Tints of Siam #61625A
RGB
CMYK
RGB Variations
Color information
#61625A (or 0x61625A) is known color: Siam. HEX triplet: 61, 62 and 5A. RGB value is (97,98,90). Sum of RGB (Red+Green+Blue) = 97+98+90=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 98 - color contains mainly: green. Hex color #61625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61625A is #9E9DA5. Grayscale: #606060. Windows color (decimal): -10395046 or 5923425. OLE color: 5923425.
HSL color Cylindrical-coordinate representation of color #61625A: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61625A is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 90 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.62 |
| HSL | 67.5º | 0.04% | 0.37% | - |
| HSV(B) | 67.5º | 0.08% | 0.38% | - |
| XYZ | 11.14 | 12.01 | 11.4 | - |
| YUV | 96.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 90 | 0.01 | 0 | 0.08 | 0.62 | 67.5 | 0.04 | 0.37 |
| Hex | 61 | 62 | 5A | 1 | 0 | 8 | 3E | 44 | 4 | 25 |
| Octal | 141 | 142 | 132 | 1 | 0 | 10 | 76 | 104 | 4 | 45 |
| Binary | 1100001 | 1100010 | 1011010 | 1 | 0 | 1000 | 111110 | 1000100 | 100 | 100101 |
Color Harmonies of #61625A
Complementary color
Monochromatic Colors of #61625A
Black with #61625A
Text Example
Text Example
White with #61625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61625A; }
p { color: rgb(97,98,90); }
H1.HeaderClassName
{
color: #61625A;
}
.AnyTagClassName
{
color: #61625A;
}
</style>
background-color css
<style>
a { background-color: #61625A; }
a { background-color: rgb(97,98,90); }
div.DivClassName
{
background-color: #61625A;
}
.BgClassName
{
background-color: #61625A;
}
</style>
border-color css
<style>
span { border-color: #61625A; }
span { border-color: rgb(97,98,90); }
td.TdClassName
{
border-color: #61625A;
}
.TagClassName
{
border-color: #61625A;
}
</style>