Shades of Siam #6A744E
Tints of Siam #6A744E
RGB
CMYK
RGB Variations
Color information
#6A744E (or 0x6A744E) is known color: Siam. HEX triplet: 6A, 74 and 4E. RGB value is (106,116,78). Sum of RGB (Red+Green+Blue) = 106+116+78=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #6A744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A744E is #958BB1. Grayscale: #6C6C6C. Windows color (decimal): -9800626 or 5141610. OLE color: 5141610.
HSL color Cylindrical-coordinate representation of color #6A744E: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A744E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 116 | 78 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.55 |
| HSL | 75.79º | 0.2% | 0.38% | - |
| HSV(B) | 75.79º | 0.33% | 0.45% | - |
| XYZ | 13.56 | 16.11 | 9.6 | - |
| YUV | 108.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 78 | 0.09 | 0 | 0.33 | 0.55 | 75.79 | 0.2 | 0.38 |
| Hex | 6A | 74 | 4E | 9 | 0 | 21 | 37 | 4C | 14 | 26 |
| Octal | 152 | 164 | 116 | 11 | 0 | 41 | 67 | 114 | 24 | 46 |
| Binary | 1101010 | 1110100 | 1001110 | 1001 | 0 | 100001 | 110111 | 1001100 | 10100 | 100110 |
Color Harmonies of #6A744E
Complementary color
Monochromatic Colors of #6A744E
Black with #6A744E
Text Example
Text Example
White with #6A744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A744E; }
p { color: rgb(106,116,78); }
H1.HeaderClassName
{
color: #6A744E;
}
.AnyTagClassName
{
color: #6A744E;
}
</style>
background-color css
<style>
a { background-color: #6A744E; }
a { background-color: rgb(106,116,78); }
div.DivClassName
{
background-color: #6A744E;
}
.BgClassName
{
background-color: #6A744E;
}
</style>
border-color css
<style>
span { border-color: #6A744E; }
span { border-color: rgb(106,116,78); }
td.TdClassName
{
border-color: #6A744E;
}
.TagClassName
{
border-color: #6A744E;
}
</style>