Shades of Siam #606153
Tints of Siam #606153
RGB
CMYK
RGB Variations
Color information
#606153 (or 0x606153) is known color: Siam. HEX triplet: 60, 61 and 53. RGB value is (96,97,83). Sum of RGB (Red+Green+Blue) = 96+97+83=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #606153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606153 is #9F9EAC. Grayscale: #5F5F5F. Windows color (decimal): -10460845 or 5464416. OLE color: 5464416.
HSL color Cylindrical-coordinate representation of color #606153: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606153 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 83 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.62 |
| HSL | 64.29º | 0.08% | 0.35% | - |
| HSV(B) | 64.29º | 0.14% | 0.38% | - |
| XYZ | 10.66 | 11.66 | 9.87 | - |
| YUV | 95.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 83 | 0.01 | 0 | 0.14 | 0.62 | 64.29 | 0.08 | 0.35 |
| Hex | 60 | 61 | 53 | 1 | 0 | E | 3E | 40 | 8 | 23 |
| Octal | 140 | 141 | 123 | 1 | 0 | 16 | 76 | 100 | 10 | 43 |
| Binary | 1100000 | 1100001 | 1010011 | 1 | 0 | 1110 | 111110 | 1000000 | 1000 | 100011 |
Color Harmonies of #606153
Complementary color
Monochromatic Colors of #606153
Black with #606153
Text Example
Text Example
White with #606153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606153; }
p { color: rgb(96,97,83); }
H1.HeaderClassName
{
color: #606153;
}
.AnyTagClassName
{
color: #606153;
}
</style>
background-color css
<style>
a { background-color: #606153; }
a { background-color: rgb(96,97,83); }
div.DivClassName
{
background-color: #606153;
}
.BgClassName
{
background-color: #606153;
}
</style>
border-color css
<style>
span { border-color: #606153; }
span { border-color: rgb(96,97,83); }
td.TdClassName
{
border-color: #606153;
}
.TagClassName
{
border-color: #606153;
}
</style>