Shades of Siam #676B4A
Tints of Siam #676B4A
RGB
CMYK
RGB Variations
Color information
#676B4A (or 0x676B4A) is known color: Siam. HEX triplet: 67, 6B and 4A. RGB value is (103,107,74). Sum of RGB (Red+Green+Blue) = 103+107+74=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #676B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676B4A is #9894B5. Grayscale: #666666. Windows color (decimal): -9999542 or 4877159. OLE color: 4877159.
HSL color Cylindrical-coordinate representation of color #676B4A: hue angle of 67.27º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676B4A is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 107 | 74 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.58 |
| HSL | 67.27º | 0.18% | 0.35% | - |
| HSV(B) | 67.27º | 0.31% | 0.42% | - |
| XYZ | 12.09 | 13.89 | 8.52 | - |
| YUV | 102.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 74 | 0.04 | 0 | 0.31 | 0.58 | 67.27 | 0.18 | 0.35 |
| Hex | 67 | 6B | 4A | 4 | 0 | 1F | 3A | 43 | 12 | 23 |
| Octal | 147 | 153 | 112 | 4 | 0 | 37 | 72 | 103 | 22 | 43 |
| Binary | 1100111 | 1101011 | 1001010 | 100 | 0 | 11111 | 111010 | 1000011 | 10010 | 100011 |
Color Harmonies of #676B4A
Complementary color
Monochromatic Colors of #676B4A
Black with #676B4A
Text Example
Text Example
White with #676B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B4A; }
p { color: rgb(103,107,74); }
H1.HeaderClassName
{
color: #676B4A;
}
.AnyTagClassName
{
color: #676B4A;
}
</style>
background-color css
<style>
a { background-color: #676B4A; }
a { background-color: rgb(103,107,74); }
div.DivClassName
{
background-color: #676B4A;
}
.BgClassName
{
background-color: #676B4A;
}
</style>
border-color css
<style>
span { border-color: #676B4A; }
span { border-color: rgb(103,107,74); }
td.TdClassName
{
border-color: #676B4A;
}
.TagClassName
{
border-color: #676B4A;
}
</style>