Shades of Siam #67694E
Tints of Siam #67694E
RGB
CMYK
RGB Variations
Color information
#67694E (or 0x67694E) is known color: Siam. HEX triplet: 67, 69 and 4E. RGB value is (103,105,78). Sum of RGB (Red+Green+Blue) = 103+105+78=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #67694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67694E is #9896B1. Grayscale: #656565. Windows color (decimal): -10000050 or 5138791. OLE color: 5138791.
HSL color Cylindrical-coordinate representation of color #67694E: hue angle of 64.44º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67694E is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 78 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.59 |
| HSL | 64.44º | 0.15% | 0.36% | - |
| HSV(B) | 64.44º | 0.26% | 0.41% | - |
| XYZ | 12.02 | 13.54 | 9.19 | - |
| YUV | 101.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 78 | 0.02 | 0 | 0.26 | 0.59 | 64.44 | 0.15 | 0.36 |
| Hex | 67 | 69 | 4E | 2 | 0 | 1A | 3B | 40 | F | 24 |
| Octal | 147 | 151 | 116 | 2 | 0 | 32 | 73 | 100 | 17 | 44 |
| Binary | 1100111 | 1101001 | 1001110 | 10 | 0 | 11010 | 111011 | 1000000 | 1111 | 100100 |
Color Harmonies of #67694E
Complementary color
Monochromatic Colors of #67694E
Black with #67694E
Text Example
Text Example
White with #67694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67694E; }
p { color: rgb(103,105,78); }
H1.HeaderClassName
{
color: #67694E;
}
.AnyTagClassName
{
color: #67694E;
}
</style>
background-color css
<style>
a { background-color: #67694E; }
a { background-color: rgb(103,105,78); }
div.DivClassName
{
background-color: #67694E;
}
.BgClassName
{
background-color: #67694E;
}
</style>
border-color css
<style>
span { border-color: #67694E; }
span { border-color: rgb(103,105,78); }
td.TdClassName
{
border-color: #67694E;
}
.TagClassName
{
border-color: #67694E;
}
</style>