Shades of Siam #6B734F
Tints of Siam #6B734F
RGB
CMYK
RGB Variations
Color information
#6B734F (or 0x6B734F) is known color: Siam. HEX triplet: 6B, 73 and 4F. RGB value is (107,115,79). Sum of RGB (Red+Green+Blue) = 107+115+79=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #6B734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B734F is #948CB0. Grayscale: #6C6C6C. Windows color (decimal): -9735345 or 5206891. OLE color: 5206891.
HSL color Cylindrical-coordinate representation of color #6B734F: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B734F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 79 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.55 |
| HSL | 73.33º | 0.19% | 0.38% | - |
| HSV(B) | 73.33º | 0.31% | 0.45% | - |
| XYZ | 13.61 | 15.95 | 9.76 | - |
| YUV | 108.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 79 | 0.07 | 0 | 0.31 | 0.55 | 73.33 | 0.19 | 0.38 |
| Hex | 6B | 73 | 4F | 7 | 0 | 1F | 37 | 49 | 13 | 26 |
| Octal | 153 | 163 | 117 | 7 | 0 | 37 | 67 | 111 | 23 | 46 |
| Binary | 1101011 | 1110011 | 1001111 | 111 | 0 | 11111 | 110111 | 1001001 | 10011 | 100110 |
Color Harmonies of #6B734F
Complementary color
Monochromatic Colors of #6B734F
Black with #6B734F
Text Example
Text Example
White with #6B734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B734F; }
p { color: rgb(107,115,79); }
H1.HeaderClassName
{
color: #6B734F;
}
.AnyTagClassName
{
color: #6B734F;
}
</style>
background-color css
<style>
a { background-color: #6B734F; }
a { background-color: rgb(107,115,79); }
div.DivClassName
{
background-color: #6B734F;
}
.BgClassName
{
background-color: #6B734F;
}
</style>
border-color css
<style>
span { border-color: #6B734F; }
span { border-color: rgb(107,115,79); }
td.TdClassName
{
border-color: #6B734F;
}
.TagClassName
{
border-color: #6B734F;
}
</style>