Shades of Siam #6B734B
Tints of Siam #6B734B
RGB
CMYK
RGB Variations
Color information
#6B734B (or 0x6B734B) is known color: Siam. HEX triplet: 6B, 73 and 4B. RGB value is (107,115,75). Sum of RGB (Red+Green+Blue) = 107+115+75=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #6B734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B734B is #948CB4. Grayscale: #6C6C6C. Windows color (decimal): -9735349 or 4944747. OLE color: 4944747.
HSL color Cylindrical-coordinate representation of color #6B734B: hue angle of 72º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B734B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 75 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.55 |
| HSL | 72º | 0.21% | 0.37% | - |
| HSV(B) | 72º | 0.35% | 0.45% | - |
| XYZ | 13.46 | 15.9 | 9.02 | - |
| YUV | 108.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 75 | 0.07 | 0 | 0.35 | 0.55 | 72 | 0.21 | 0.37 |
| Hex | 6B | 73 | 4B | 7 | 0 | 23 | 37 | 48 | 15 | 25 |
| Octal | 153 | 163 | 113 | 7 | 0 | 43 | 67 | 110 | 25 | 45 |
| Binary | 1101011 | 1110011 | 1001011 | 111 | 0 | 100011 | 110111 | 1001000 | 10101 | 100101 |
Color Harmonies of #6B734B
Complementary color
Monochromatic Colors of #6B734B
Black with #6B734B
Text Example
Text Example
White with #6B734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B734B; }
p { color: rgb(107,115,75); }
H1.HeaderClassName
{
color: #6B734B;
}
.AnyTagClassName
{
color: #6B734B;
}
</style>
background-color css
<style>
a { background-color: #6B734B; }
a { background-color: rgb(107,115,75); }
div.DivClassName
{
background-color: #6B734B;
}
.BgClassName
{
background-color: #6B734B;
}
</style>
border-color css
<style>
span { border-color: #6B734B; }
span { border-color: rgb(107,115,75); }
td.TdClassName
{
border-color: #6B734B;
}
.TagClassName
{
border-color: #6B734B;
}
</style>