Shades of Siam #6C724E
Tints of Siam #6C724E
RGB
CMYK
RGB Variations
Color information
#6C724E (or 0x6C724E) is known color: Siam. HEX triplet: 6C, 72 and 4E. RGB value is (108,114,78). Sum of RGB (Red+Green+Blue) = 108+114+78=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #6C724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C724E is #938DB1. Grayscale: #6C6C6C. Windows color (decimal): -9670066 or 5141100. OLE color: 5141100.
HSL color Cylindrical-coordinate representation of color #6C724E: hue angle of 70º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C724E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 78 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.55 |
| HSL | 70º | 0.19% | 0.38% | - |
| HSV(B) | 70º | 0.32% | 0.45% | - |
| XYZ | 13.58 | 15.77 | 9.54 | - |
| YUV | 108.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 78 | 0.05 | 0 | 0.32 | 0.55 | 70 | 0.19 | 0.38 |
| Hex | 6C | 72 | 4E | 5 | 0 | 20 | 37 | 46 | 13 | 26 |
| Octal | 154 | 162 | 116 | 5 | 0 | 40 | 67 | 106 | 23 | 46 |
| Binary | 1101100 | 1110010 | 1001110 | 101 | 0 | 100000 | 110111 | 1000110 | 10011 | 100110 |
Color Harmonies of #6C724E
Complementary color
Monochromatic Colors of #6C724E
Black with #6C724E
Text Example
Text Example
White with #6C724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C724E; }
p { color: rgb(108,114,78); }
H1.HeaderClassName
{
color: #6C724E;
}
.AnyTagClassName
{
color: #6C724E;
}
</style>
background-color css
<style>
a { background-color: #6C724E; }
a { background-color: rgb(108,114,78); }
div.DivClassName
{
background-color: #6C724E;
}
.BgClassName
{
background-color: #6C724E;
}
</style>
border-color css
<style>
span { border-color: #6C724E; }
span { border-color: rgb(108,114,78); }
td.TdClassName
{
border-color: #6C724E;
}
.TagClassName
{
border-color: #6C724E;
}
</style>