Shades of Siam #67704E
Tints of Siam #67704E
RGB
CMYK
RGB Variations
Color information
#67704E (or 0x67704E) is known color: Siam. HEX triplet: 67, 70 and 4E. RGB value is (103,112,78). Sum of RGB (Red+Green+Blue) = 103+112+78=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #67704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67704E is #988FB1. Grayscale: #696969. Windows color (decimal): -9998258 or 5140583. OLE color: 5140583.
HSL color Cylindrical-coordinate representation of color #67704E: hue angle of 75.88º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67704E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 78 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.56 |
| HSL | 75.88º | 0.18% | 0.37% | - |
| HSV(B) | 75.88º | 0.3% | 0.44% | - |
| XYZ | 12.76 | 15.02 | 9.43 | - |
| YUV | 105.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 78 | 0.08 | 0 | 0.30 | 0.56 | 75.88 | 0.18 | 0.37 |
| Hex | 67 | 70 | 4E | 8 | 0 | 1E | 38 | 4C | 12 | 25 |
| Octal | 147 | 160 | 116 | 10 | 0 | 36 | 70 | 114 | 22 | 45 |
| Binary | 1100111 | 1110000 | 1001110 | 1000 | 0 | 11110 | 111000 | 1001100 | 10010 | 100101 |
Color Harmonies of #67704E
Complementary color
Monochromatic Colors of #67704E
Black with #67704E
Text Example
Text Example
White with #67704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67704E; }
p { color: rgb(103,112,78); }
H1.HeaderClassName
{
color: #67704E;
}
.AnyTagClassName
{
color: #67704E;
}
</style>
background-color css
<style>
a { background-color: #67704E; }
a { background-color: rgb(103,112,78); }
div.DivClassName
{
background-color: #67704E;
}
.BgClassName
{
background-color: #67704E;
}
</style>
border-color css
<style>
span { border-color: #67704E; }
span { border-color: rgb(103,112,78); }
td.TdClassName
{
border-color: #67704E;
}
.TagClassName
{
border-color: #67704E;
}
</style>