Shades of Siam #6B734E
Tints of Siam #6B734E
RGB
CMYK
RGB Variations
Color information
#6B734E (or 0x6B734E) is known color: Siam. HEX triplet: 6B, 73 and 4E. RGB value is (107,115,78). Sum of RGB (Red+Green+Blue) = 107+115+78=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #6B734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B734E is #948CB1. Grayscale: #6C6C6C. Windows color (decimal): -9735346 or 5141355. OLE color: 5141355.
HSL color Cylindrical-coordinate representation of color #6B734E: hue angle of 72.97º 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 #6B734E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 78 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.55 |
| HSL | 72.97º | 0.19% | 0.38% | - |
| HSV(B) | 72.97º | 0.32% | 0.45% | - |
| XYZ | 13.57 | 15.94 | 9.57 | - |
| YUV | 108.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 78 | 0.07 | 0 | 0.32 | 0.55 | 72.97 | 0.19 | 0.38 |
| Hex | 6B | 73 | 4E | 7 | 0 | 20 | 37 | 49 | 13 | 26 |
| Octal | 153 | 163 | 116 | 7 | 0 | 40 | 67 | 111 | 23 | 46 |
| Binary | 1101011 | 1110011 | 1001110 | 111 | 0 | 100000 | 110111 | 1001001 | 10011 | 100110 |
Color Harmonies of #6B734E
Complementary color
Monochromatic Colors of #6B734E
Black with #6B734E
Text Example
Text Example
White with #6B734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B734E; }
p { color: rgb(107,115,78); }
H1.HeaderClassName
{
color: #6B734E;
}
.AnyTagClassName
{
color: #6B734E;
}
</style>
background-color css
<style>
a { background-color: #6B734E; }
a { background-color: rgb(107,115,78); }
div.DivClassName
{
background-color: #6B734E;
}
.BgClassName
{
background-color: #6B734E;
}
</style>
border-color css
<style>
span { border-color: #6B734E; }
span { border-color: rgb(107,115,78); }
td.TdClassName
{
border-color: #6B734E;
}
.TagClassName
{
border-color: #6B734E;
}
</style>