Shades of Siam #6B734A
Tints of Siam #6B734A
RGB
CMYK
RGB Variations
Color information
#6B734A (or 0x6B734A) is known color: Siam. HEX triplet: 6B, 73 and 4A. RGB value is (107,115,74). Sum of RGB (Red+Green+Blue) = 107+115+74=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #6B734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B734A is #948CB5. Grayscale: #6C6C6C. Windows color (decimal): -9735350 or 4879211. OLE color: 4879211.
HSL color Cylindrical-coordinate representation of color #6B734A: hue angle of 71.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B734A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 74 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.55 |
| HSL | 71.71º | 0.22% | 0.37% | - |
| HSV(B) | 71.71º | 0.36% | 0.45% | - |
| XYZ | 13.43 | 15.88 | 8.84 | - |
| YUV | 107.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 74 | 0.07 | 0 | 0.36 | 0.55 | 71.71 | 0.22 | 0.37 |
| Hex | 6B | 73 | 4A | 7 | 0 | 24 | 37 | 48 | 16 | 25 |
| Octal | 153 | 163 | 112 | 7 | 0 | 44 | 67 | 110 | 26 | 45 |
| Binary | 1101011 | 1110011 | 1001010 | 111 | 0 | 100100 | 110111 | 1001000 | 10110 | 100101 |
Color Harmonies of #6B734A
Complementary color
Monochromatic Colors of #6B734A
Black with #6B734A
Text Example
Text Example
White with #6B734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B734A; }
p { color: rgb(107,115,74); }
H1.HeaderClassName
{
color: #6B734A;
}
.AnyTagClassName
{
color: #6B734A;
}
</style>
background-color css
<style>
a { background-color: #6B734A; }
a { background-color: rgb(107,115,74); }
div.DivClassName
{
background-color: #6B734A;
}
.BgClassName
{
background-color: #6B734A;
}
</style>
border-color css
<style>
span { border-color: #6B734A; }
span { border-color: rgb(107,115,74); }
td.TdClassName
{
border-color: #6B734A;
}
.TagClassName
{
border-color: #6B734A;
}
</style>