Shades of Siam #676F54
Tints of Siam #676F54
RGB
CMYK
RGB Variations
Color information
#676F54 (or 0x676F54) is known color: Siam. HEX triplet: 67, 6F and 54. RGB value is (103,111,84). Sum of RGB (Red+Green+Blue) = 103+111+84=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #676F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F54 is #9890AB. Grayscale: #696969. Windows color (decimal): -9998508 or 5533543. OLE color: 5533543.
HSL color Cylindrical-coordinate representation of color #676F54: hue angle of 77.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #676F54 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 84 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.56 |
| HSL | 77.78º | 0.14% | 0.38% | - |
| HSV(B) | 77.78º | 0.24% | 0.44% | - |
| XYZ | 12.88 | 14.89 | 10.58 | - |
| YUV | 105.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 84 | 0.07 | 0 | 0.24 | 0.56 | 77.78 | 0.14 | 0.38 |
| Hex | 67 | 6F | 54 | 7 | 0 | 18 | 38 | 4E | E | 26 |
| Octal | 147 | 157 | 124 | 7 | 0 | 30 | 70 | 116 | 16 | 46 |
| Binary | 1100111 | 1101111 | 1010100 | 111 | 0 | 11000 | 111000 | 1001110 | 1110 | 100110 |
Color Harmonies of #676F54
Complementary color
Monochromatic Colors of #676F54
Black with #676F54
Text Example
Text Example
White with #676F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F54; }
p { color: rgb(103,111,84); }
H1.HeaderClassName
{
color: #676F54;
}
.AnyTagClassName
{
color: #676F54;
}
</style>
background-color css
<style>
a { background-color: #676F54; }
a { background-color: rgb(103,111,84); }
div.DivClassName
{
background-color: #676F54;
}
.BgClassName
{
background-color: #676F54;
}
</style>
border-color css
<style>
span { border-color: #676F54; }
span { border-color: rgb(103,111,84); }
td.TdClassName
{
border-color: #676F54;
}
.TagClassName
{
border-color: #676F54;
}
</style>