Shades of Siam #64674E
Tints of Siam #64674E
RGB
CMYK
RGB Variations
Color information
#64674E (or 0x64674E) is known color: Siam. HEX triplet: 64, 67 and 4E. RGB value is (100,103,78). Sum of RGB (Red+Green+Blue) = 100+103+78=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 103 - color contains mainly: green. Hex color #64674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64674E is #9B98B1. Grayscale: #636363. Windows color (decimal): -10197170 or 5138276. OLE color: 5138276.
HSL color Cylindrical-coordinate representation of color #64674E: hue angle of 67.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64674E is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 78 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.60 |
| HSL | 67.2º | 0.14% | 0.35% | - |
| HSV(B) | 67.2º | 0.24% | 0.4% | - |
| XYZ | 11.48 | 12.96 | 9.1 | - |
| YUV | 99.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 78 | 0.03 | 0 | 0.24 | 0.60 | 67.2 | 0.14 | 0.35 |
| Hex | 64 | 67 | 4E | 3 | 0 | 18 | 3C | 43 | E | 23 |
| Octal | 144 | 147 | 116 | 3 | 0 | 30 | 74 | 103 | 16 | 43 |
| Binary | 1100100 | 1100111 | 1001110 | 11 | 0 | 11000 | 111100 | 1000011 | 1110 | 100011 |
Color Harmonies of #64674E
Complementary color
Monochromatic Colors of #64674E
Black with #64674E
Text Example
Text Example
White with #64674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64674E; }
p { color: rgb(100,103,78); }
H1.HeaderClassName
{
color: #64674E;
}
.AnyTagClassName
{
color: #64674E;
}
</style>
background-color css
<style>
a { background-color: #64674E; }
a { background-color: rgb(100,103,78); }
div.DivClassName
{
background-color: #64674E;
}
.BgClassName
{
background-color: #64674E;
}
</style>
border-color css
<style>
span { border-color: #64674E; }
span { border-color: rgb(100,103,78); }
td.TdClassName
{
border-color: #64674E;
}
.TagClassName
{
border-color: #64674E;
}
</style>