Shades of Siam #676A55
Tints of Siam #676A55
RGB
CMYK
RGB Variations
Color information
#676A55 (or 0x676A55) is known color: Siam. HEX triplet: 67, 6A and 55. RGB value is (103,106,85). Sum of RGB (Red+Green+Blue) = 103+106+85=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #676A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A55 is #9895AA. Grayscale: #666666. Windows color (decimal): -9999787 or 5597799. OLE color: 5597799.
HSL color Cylindrical-coordinate representation of color #676A55: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676A55 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 85 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.58 |
| HSL | 68.57º | 0.11% | 0.37% | - |
| HSV(B) | 68.57º | 0.2% | 0.42% | - |
| XYZ | 12.39 | 13.85 | 10.61 | - |
| YUV | 102.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 85 | 0.03 | 0 | 0.20 | 0.58 | 68.57 | 0.11 | 0.37 |
| Hex | 67 | 6A | 55 | 3 | 0 | 14 | 3A | 45 | B | 25 |
| Octal | 147 | 152 | 125 | 3 | 0 | 24 | 72 | 105 | 13 | 45 |
| Binary | 1100111 | 1101010 | 1010101 | 11 | 0 | 10100 | 111010 | 1000101 | 1011 | 100101 |
Color Harmonies of #676A55
Complementary color
Monochromatic Colors of #676A55
Black with #676A55
Text Example
Text Example
White with #676A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A55; }
p { color: rgb(103,106,85); }
H1.HeaderClassName
{
color: #676A55;
}
.AnyTagClassName
{
color: #676A55;
}
</style>
background-color css
<style>
a { background-color: #676A55; }
a { background-color: rgb(103,106,85); }
div.DivClassName
{
background-color: #676A55;
}
.BgClassName
{
background-color: #676A55;
}
</style>
border-color css
<style>
span { border-color: #676A55; }
span { border-color: rgb(103,106,85); }
td.TdClassName
{
border-color: #676A55;
}
.TagClassName
{
border-color: #676A55;
}
</style>