Shades of Siam #676A4F
Tints of Siam #676A4F
RGB
CMYK
RGB Variations
Color information
#676A4F (or 0x676A4F) is known color: Siam. HEX triplet: 67, 6A and 4F. RGB value is (103,106,79). Sum of RGB (Red+Green+Blue) = 103+106+79=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #676A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A4F is #9895B0. Grayscale: #666666. Windows color (decimal): -9999793 or 5204583. OLE color: 5204583.
HSL color Cylindrical-coordinate representation of color #676A4F: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676A4F is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 79 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.58 |
| HSL | 66.67º | 0.15% | 0.36% | - |
| HSV(B) | 66.67º | 0.25% | 0.42% | - |
| XYZ | 12.16 | 13.76 | 9.41 | - |
| YUV | 102.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 79 | 0.03 | 0 | 0.25 | 0.58 | 66.67 | 0.15 | 0.36 |
| Hex | 67 | 6A | 4F | 3 | 0 | 19 | 3A | 43 | F | 24 |
| Octal | 147 | 152 | 117 | 3 | 0 | 31 | 72 | 103 | 17 | 44 |
| Binary | 1100111 | 1101010 | 1001111 | 11 | 0 | 11001 | 111010 | 1000011 | 1111 | 100100 |
Color Harmonies of #676A4F
Complementary color
Monochromatic Colors of #676A4F
Black with #676A4F
Text Example
Text Example
White with #676A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A4F; }
p { color: rgb(103,106,79); }
H1.HeaderClassName
{
color: #676A4F;
}
.AnyTagClassName
{
color: #676A4F;
}
</style>
background-color css
<style>
a { background-color: #676A4F; }
a { background-color: rgb(103,106,79); }
div.DivClassName
{
background-color: #676A4F;
}
.BgClassName
{
background-color: #676A4F;
}
</style>
border-color css
<style>
span { border-color: #676A4F; }
span { border-color: rgb(103,106,79); }
td.TdClassName
{
border-color: #676A4F;
}
.TagClassName
{
border-color: #676A4F;
}
</style>