Shades of Siam #676B4E
Tints of Siam #676B4E
RGB
CMYK
RGB Variations
Color information
#676B4E (or 0x676B4E) is known color: Siam. HEX triplet: 67, 6B and 4E. RGB value is (103,107,78). Sum of RGB (Red+Green+Blue) = 103+107+78=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #676B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B4E is #9894B1. Grayscale: #666666. Windows color (decimal): -9999538 or 5139303. OLE color: 5139303.
HSL color Cylindrical-coordinate representation of color #676B4E: hue angle of 68.28º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676B4E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 107 | 78 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.58 |
| HSL | 68.28º | 0.16% | 0.36% | - |
| HSV(B) | 68.28º | 0.27% | 0.42% | - |
| XYZ | 12.23 | 13.95 | 9.26 | - |
| YUV | 102.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 78 | 0.04 | 0 | 0.27 | 0.58 | 68.28 | 0.16 | 0.36 |
| Hex | 67 | 6B | 4E | 4 | 0 | 1B | 3A | 44 | 10 | 24 |
| Octal | 147 | 153 | 116 | 4 | 0 | 33 | 72 | 104 | 20 | 44 |
| Binary | 1100111 | 1101011 | 1001110 | 100 | 0 | 11011 | 111010 | 1000100 | 10000 | 100100 |
Color Harmonies of #676B4E
Complementary color
Monochromatic Colors of #676B4E
Black with #676B4E
Text Example
Text Example
White with #676B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B4E; }
p { color: rgb(103,107,78); }
H1.HeaderClassName
{
color: #676B4E;
}
.AnyTagClassName
{
color: #676B4E;
}
</style>
background-color css
<style>
a { background-color: #676B4E; }
a { background-color: rgb(103,107,78); }
div.DivClassName
{
background-color: #676B4E;
}
.BgClassName
{
background-color: #676B4E;
}
</style>
border-color css
<style>
span { border-color: #676B4E; }
span { border-color: rgb(103,107,78); }
td.TdClassName
{
border-color: #676B4E;
}
.TagClassName
{
border-color: #676B4E;
}
</style>