Shades of Siam #68754A
Tints of Siam #68754A
RGB
CMYK
RGB Variations
Color information
#68754A (or 0x68754A) is known color: Siam. HEX triplet: 68, 75 and 4A. RGB value is (104,117,74). Sum of RGB (Red+Green+Blue) = 104+117+74=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #68754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68754A is #978AB5. Grayscale: #6C6C6C. Windows color (decimal): -9931446 or 4879720. OLE color: 4879720.
HSL color Cylindrical-coordinate representation of color #68754A: hue angle of 78.14º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68754A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 74 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.54 |
| HSL | 78.14º | 0.23% | 0.37% | - |
| HSV(B) | 78.14º | 0.37% | 0.46% | - |
| XYZ | 13.31 | 16.16 | 8.9 | - |
| YUV | 108.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 74 | 0.11 | 0 | 0.37 | 0.54 | 78.14 | 0.23 | 0.37 |
| Hex | 68 | 75 | 4A | B | 0 | 25 | 36 | 4E | 17 | 25 |
| Octal | 150 | 165 | 112 | 13 | 0 | 45 | 66 | 116 | 27 | 45 |
| Binary | 1101000 | 1110101 | 1001010 | 1011 | 0 | 100101 | 110110 | 1001110 | 10111 | 100101 |
Color Harmonies of #68754A
Complementary color
Monochromatic Colors of #68754A
Black with #68754A
Text Example
Text Example
White with #68754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68754A; }
p { color: rgb(104,117,74); }
H1.HeaderClassName
{
color: #68754A;
}
.AnyTagClassName
{
color: #68754A;
}
</style>
background-color css
<style>
a { background-color: #68754A; }
a { background-color: rgb(104,117,74); }
div.DivClassName
{
background-color: #68754A;
}
.BgClassName
{
background-color: #68754A;
}
</style>
border-color css
<style>
span { border-color: #68754A; }
span { border-color: rgb(104,117,74); }
td.TdClassName
{
border-color: #68754A;
}
.TagClassName
{
border-color: #68754A;
}
</style>