Shades of Siam #67694D
Tints of Siam #67694D
RGB
CMYK
RGB Variations
Color information
#67694D (or 0x67694D) is known color: Siam. HEX triplet: 67, 69 and 4D. RGB value is (103,105,77). Sum of RGB (Red+Green+Blue) = 103+105+77=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #67694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67694D is #9896B2. Grayscale: #656565. Windows color (decimal): -10000051 or 5073255. OLE color: 5073255.
HSL color Cylindrical-coordinate representation of color #67694D: hue angle of 64.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67694D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 77 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.59 |
| HSL | 64.29º | 0.15% | 0.36% | - |
| HSV(B) | 64.29º | 0.27% | 0.41% | - |
| XYZ | 11.98 | 13.52 | 9 | - |
| YUV | 101.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 77 | 0.02 | 0 | 0.27 | 0.59 | 64.29 | 0.15 | 0.36 |
| Hex | 67 | 69 | 4D | 2 | 0 | 1B | 3B | 40 | F | 24 |
| Octal | 147 | 151 | 115 | 2 | 0 | 33 | 73 | 100 | 17 | 44 |
| Binary | 1100111 | 1101001 | 1001101 | 10 | 0 | 11011 | 111011 | 1000000 | 1111 | 100100 |
Color Harmonies of #67694D
Complementary color
Monochromatic Colors of #67694D
Black with #67694D
Text Example
Text Example
White with #67694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67694D; }
p { color: rgb(103,105,77); }
H1.HeaderClassName
{
color: #67694D;
}
.AnyTagClassName
{
color: #67694D;
}
</style>
background-color css
<style>
a { background-color: #67694D; }
a { background-color: rgb(103,105,77); }
div.DivClassName
{
background-color: #67694D;
}
.BgClassName
{
background-color: #67694D;
}
</style>
border-color css
<style>
span { border-color: #67694D; }
span { border-color: rgb(103,105,77); }
td.TdClassName
{
border-color: #67694D;
}
.TagClassName
{
border-color: #67694D;
}
</style>