Shades of Siam #64664F
Tints of Siam #64664F
RGB
CMYK
RGB Variations
Color information
#64664F (or 0x64664F) is known color: Siam. HEX triplet: 64, 66 and 4F. RGB value is (100,102,79). Sum of RGB (Red+Green+Blue) = 100+102+79=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #64664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64664F is #9B99B0. Grayscale: #626262. Windows color (decimal): -10197425 or 5203556. OLE color: 5203556.
HSL color Cylindrical-coordinate representation of color #64664F: hue angle of 65.22º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64664F is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 79 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.6 |
| HSL | 65.22º | 0.13% | 0.35% | - |
| HSV(B) | 65.22º | 0.23% | 0.4% | - |
| XYZ | 11.42 | 12.78 | 9.26 | - |
| YUV | 98.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 79 | 0.02 | 0 | 0.23 | 0.6 | 65.22 | 0.13 | 0.35 |
| Hex | 64 | 66 | 4F | 2 | 0 | 17 | 3C | 41 | D | 23 |
| Octal | 144 | 146 | 117 | 2 | 0 | 27 | 74 | 101 | 15 | 43 |
| Binary | 1100100 | 1100110 | 1001111 | 10 | 0 | 10111 | 111100 | 1000001 | 1101 | 100011 |
Color Harmonies of #64664F
Complementary color
Monochromatic Colors of #64664F
Black with #64664F
Text Example
Text Example
White with #64664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64664F; }
p { color: rgb(100,102,79); }
H1.HeaderClassName
{
color: #64664F;
}
.AnyTagClassName
{
color: #64664F;
}
</style>
background-color css
<style>
a { background-color: #64664F; }
a { background-color: rgb(100,102,79); }
div.DivClassName
{
background-color: #64664F;
}
.BgClassName
{
background-color: #64664F;
}
</style>
border-color css
<style>
span { border-color: #64664F; }
span { border-color: rgb(100,102,79); }
td.TdClassName
{
border-color: #64664F;
}
.TagClassName
{
border-color: #64664F;
}
</style>