Shades of Siam #67694A
Tints of Siam #67694A
RGB
CMYK
RGB Variations
Color information
#67694A (or 0x67694A) is known color: Siam. HEX triplet: 67, 69 and 4A. RGB value is (103,105,74). Sum of RGB (Red+Green+Blue) = 103+105+74=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #67694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67694A is #9896B5. Grayscale: #646464. Windows color (decimal): -10000054 or 4876647. OLE color: 4876647.
HSL color Cylindrical-coordinate representation of color #67694A: hue angle of 63.87º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67694A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 74 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.59 |
| HSL | 63.87º | 0.17% | 0.35% | - |
| HSV(B) | 63.87º | 0.3% | 0.41% | - |
| XYZ | 11.88 | 13.48 | 8.45 | - |
| YUV | 100.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 74 | 0.02 | 0 | 0.30 | 0.59 | 63.87 | 0.17 | 0.35 |
| Hex | 67 | 69 | 4A | 2 | 0 | 1E | 3B | 40 | 11 | 23 |
| Octal | 147 | 151 | 112 | 2 | 0 | 36 | 73 | 100 | 21 | 43 |
| Binary | 1100111 | 1101001 | 1001010 | 10 | 0 | 11110 | 111011 | 1000000 | 10001 | 100011 |
Color Harmonies of #67694A
Complementary color
Monochromatic Colors of #67694A
Black with #67694A
Text Example
Text Example
White with #67694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67694A; }
p { color: rgb(103,105,74); }
H1.HeaderClassName
{
color: #67694A;
}
.AnyTagClassName
{
color: #67694A;
}
</style>
background-color css
<style>
a { background-color: #67694A; }
a { background-color: rgb(103,105,74); }
div.DivClassName
{
background-color: #67694A;
}
.BgClassName
{
background-color: #67694A;
}
</style>
border-color css
<style>
span { border-color: #67694A; }
span { border-color: rgb(103,105,74); }
td.TdClassName
{
border-color: #67694A;
}
.TagClassName
{
border-color: #67694A;
}
</style>