Shades of Siam #676A58
Tints of Siam #676A58
RGB
CMYK
RGB Variations
Color information
#676A58 (or 0x676A58) is known color: Siam. HEX triplet: 67, 6A and 58. RGB value is (103,106,88). Sum of RGB (Red+Green+Blue) = 103+106+88=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 106 - color contains mainly: green. Hex color #676A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A58 is #9895A7. Grayscale: #676767. Windows color (decimal): -9999784 or 5794407. OLE color: 5794407.
HSL color Cylindrical-coordinate representation of color #676A58: hue angle of 70º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676A58 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 88 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.58 |
| HSL | 70º | 0.09% | 0.38% | - |
| HSV(B) | 70º | 0.17% | 0.42% | - |
| XYZ | 12.51 | 13.9 | 11.26 | - |
| YUV | 103.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 88 | 0.03 | 0 | 0.17 | 0.58 | 70 | 0.09 | 0.38 |
| Hex | 67 | 6A | 58 | 3 | 0 | 11 | 3A | 46 | 9 | 26 |
| Octal | 147 | 152 | 130 | 3 | 0 | 21 | 72 | 106 | 11 | 46 |
| Binary | 1100111 | 1101010 | 1011000 | 11 | 0 | 10001 | 111010 | 1000110 | 1001 | 100110 |
Color Harmonies of #676A58
Complementary color
Monochromatic Colors of #676A58
Black with #676A58
Text Example
Text Example
White with #676A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A58; }
p { color: rgb(103,106,88); }
H1.HeaderClassName
{
color: #676A58;
}
.AnyTagClassName
{
color: #676A58;
}
</style>
background-color css
<style>
a { background-color: #676A58; }
a { background-color: rgb(103,106,88); }
div.DivClassName
{
background-color: #676A58;
}
.BgClassName
{
background-color: #676A58;
}
</style>
border-color css
<style>
span { border-color: #676A58; }
span { border-color: rgb(103,106,88); }
td.TdClassName
{
border-color: #676A58;
}
.TagClassName
{
border-color: #676A58;
}
</style>