Shades of Siam #676E53
Tints of Siam #676E53
RGB
CMYK
RGB Variations
Color information
#676E53 (or 0x676E53) is known color: Siam. HEX triplet: 67, 6E and 53. RGB value is (103,110,83). Sum of RGB (Red+Green+Blue) = 103+110+83=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #676E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E53 is #9891AC. Grayscale: #686868. Windows color (decimal): -9998765 or 5467751. OLE color: 5467751.
HSL color Cylindrical-coordinate representation of color #676E53: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676E53 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 83 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.57 |
| HSL | 75.56º | 0.14% | 0.38% | - |
| HSV(B) | 75.56º | 0.25% | 0.43% | - |
| XYZ | 12.73 | 14.66 | 10.34 | - |
| YUV | 104.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 83 | 0.06 | 0 | 0.25 | 0.57 | 75.56 | 0.14 | 0.38 |
| Hex | 67 | 6E | 53 | 6 | 0 | 19 | 39 | 4C | E | 26 |
| Octal | 147 | 156 | 123 | 6 | 0 | 31 | 71 | 114 | 16 | 46 |
| Binary | 1100111 | 1101110 | 1010011 | 110 | 0 | 11001 | 111001 | 1001100 | 1110 | 100110 |
Color Harmonies of #676E53
Complementary color
Monochromatic Colors of #676E53
Black with #676E53
Text Example
Text Example
White with #676E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E53; }
p { color: rgb(103,110,83); }
H1.HeaderClassName
{
color: #676E53;
}
.AnyTagClassName
{
color: #676E53;
}
</style>
background-color css
<style>
a { background-color: #676E53; }
a { background-color: rgb(103,110,83); }
div.DivClassName
{
background-color: #676E53;
}
.BgClassName
{
background-color: #676E53;
}
</style>
border-color css
<style>
span { border-color: #676E53; }
span { border-color: rgb(103,110,83); }
td.TdClassName
{
border-color: #676E53;
}
.TagClassName
{
border-color: #676E53;
}
</style>