Shades of Siam #67704F
Tints of Siam #67704F
RGB
CMYK
RGB Variations
Color information
#67704F (or 0x67704F) is known color: Siam. HEX triplet: 67, 70 and 4F. RGB value is (103,112,79). Sum of RGB (Red+Green+Blue) = 103+112+79=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #67704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67704F is #988FB0. Grayscale: #696969. Windows color (decimal): -9998257 or 5206119. OLE color: 5206119.
HSL color Cylindrical-coordinate representation of color #67704F: hue angle of 76.36º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67704F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 79 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.56 |
| HSL | 76.36º | 0.17% | 0.37% | - |
| HSV(B) | 76.36º | 0.29% | 0.44% | - |
| XYZ | 12.8 | 15.04 | 9.62 | - |
| YUV | 105.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 79 | 0.08 | 0 | 0.29 | 0.56 | 76.36 | 0.17 | 0.37 |
| Hex | 67 | 70 | 4F | 8 | 0 | 1D | 38 | 4C | 11 | 25 |
| Octal | 147 | 160 | 117 | 10 | 0 | 35 | 70 | 114 | 21 | 45 |
| Binary | 1100111 | 1110000 | 1001111 | 1000 | 0 | 11101 | 111000 | 1001100 | 10001 | 100101 |
Color Harmonies of #67704F
Complementary color
Monochromatic Colors of #67704F
Black with #67704F
Text Example
Text Example
White with #67704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67704F; }
p { color: rgb(103,112,79); }
H1.HeaderClassName
{
color: #67704F;
}
.AnyTagClassName
{
color: #67704F;
}
</style>
background-color css
<style>
a { background-color: #67704F; }
a { background-color: rgb(103,112,79); }
div.DivClassName
{
background-color: #67704F;
}
.BgClassName
{
background-color: #67704F;
}
</style>
border-color css
<style>
span { border-color: #67704F; }
span { border-color: rgb(103,112,79); }
td.TdClassName
{
border-color: #67704F;
}
.TagClassName
{
border-color: #67704F;
}
</style>