Shades of Siam #676E50
Tints of Siam #676E50
RGB
CMYK
RGB Variations
Color information
#676E50 (or 0x676E50) is known color: Siam. HEX triplet: 67, 6E and 50. RGB value is (103,110,80). Sum of RGB (Red+Green+Blue) = 103+110+80=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #676E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E50 is #9891AF. Grayscale: #686868. Windows color (decimal): -9998768 or 5271143. OLE color: 5271143.
HSL color Cylindrical-coordinate representation of color #676E50: hue angle of 74º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676E50 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 80 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.57 |
| HSL | 74º | 0.16% | 0.37% | - |
| HSV(B) | 74º | 0.27% | 0.43% | - |
| XYZ | 12.62 | 14.61 | 9.75 | - |
| YUV | 104.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 80 | 0.06 | 0 | 0.27 | 0.57 | 74 | 0.16 | 0.37 |
| Hex | 67 | 6E | 50 | 6 | 0 | 1B | 39 | 4A | 10 | 25 |
| Octal | 147 | 156 | 120 | 6 | 0 | 33 | 71 | 112 | 20 | 45 |
| Binary | 1100111 | 1101110 | 1010000 | 110 | 0 | 11011 | 111001 | 1001010 | 10000 | 100101 |
Color Harmonies of #676E50
Complementary color
Monochromatic Colors of #676E50
Black with #676E50
Text Example
Text Example
White with #676E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E50; }
p { color: rgb(103,110,80); }
H1.HeaderClassName
{
color: #676E50;
}
.AnyTagClassName
{
color: #676E50;
}
</style>
background-color css
<style>
a { background-color: #676E50; }
a { background-color: rgb(103,110,80); }
div.DivClassName
{
background-color: #676E50;
}
.BgClassName
{
background-color: #676E50;
}
</style>
border-color css
<style>
span { border-color: #676E50; }
span { border-color: rgb(103,110,80); }
td.TdClassName
{
border-color: #676E50;
}
.TagClassName
{
border-color: #676E50;
}
</style>