Shades of Siam #676D54
Tints of Siam #676D54
RGB
CMYK
RGB Variations
Color information
#676D54 (or 0x676D54) is known color: Siam. HEX triplet: 67, 6D and 54. RGB value is (103,109,84). Sum of RGB (Red+Green+Blue) = 103+109+84=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #676D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D54 is #9892AB. Grayscale: #686868. Windows color (decimal): -9999020 or 5533031. OLE color: 5533031.
HSL color Cylindrical-coordinate representation of color #676D54: hue angle of 74.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #676D54 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 109 | 84 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.57 |
| HSL | 74.4º | 0.13% | 0.38% | - |
| HSV(B) | 74.4º | 0.23% | 0.43% | - |
| XYZ | 12.66 | 14.46 | 10.51 | - |
| YUV | 104.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 84 | 0.06 | 0 | 0.23 | 0.57 | 74.4 | 0.13 | 0.38 |
| Hex | 67 | 6D | 54 | 6 | 0 | 17 | 39 | 4A | D | 26 |
| Octal | 147 | 155 | 124 | 6 | 0 | 27 | 71 | 112 | 15 | 46 |
| Binary | 1100111 | 1101101 | 1010100 | 110 | 0 | 10111 | 111001 | 1001010 | 1101 | 100110 |
Color Harmonies of #676D54
Complementary color
Monochromatic Colors of #676D54
Black with #676D54
Text Example
Text Example
White with #676D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D54; }
p { color: rgb(103,109,84); }
H1.HeaderClassName
{
color: #676D54;
}
.AnyTagClassName
{
color: #676D54;
}
</style>
background-color css
<style>
a { background-color: #676D54; }
a { background-color: rgb(103,109,84); }
div.DivClassName
{
background-color: #676D54;
}
.BgClassName
{
background-color: #676D54;
}
</style>
border-color css
<style>
span { border-color: #676D54; }
span { border-color: rgb(103,109,84); }
td.TdClassName
{
border-color: #676D54;
}
.TagClassName
{
border-color: #676D54;
}
</style>