Shades of Siam #6B7146
Tints of Siam #6B7146
RGB
CMYK
RGB Variations
Color information
#6B7146 (or 0x6B7146) is known color: Siam. HEX triplet: 6B, 71 and 46. RGB value is (107,113,70). Sum of RGB (Red+Green+Blue) = 107+113+70=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7146 is #948EB9. Grayscale: #6A6A6A. Windows color (decimal): -9735866 or 4616555. OLE color: 4616555.
HSL color Cylindrical-coordinate representation of color #6B7146: hue angle of 68.37º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B7146 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 70 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.56 |
| HSL | 68.37º | 0.23% | 0.36% | - |
| HSV(B) | 68.37º | 0.38% | 0.44% | - |
| XYZ | 13.07 | 15.38 | 8.07 | - |
| YUV | 106.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 70 | 0.05 | 0 | 0.38 | 0.56 | 68.37 | 0.23 | 0.36 |
| Hex | 6B | 71 | 46 | 5 | 0 | 26 | 38 | 44 | 17 | 24 |
| Octal | 153 | 161 | 106 | 5 | 0 | 46 | 70 | 104 | 27 | 44 |
| Binary | 1101011 | 1110001 | 1000110 | 101 | 0 | 100110 | 111000 | 1000100 | 10111 | 100100 |
Color Harmonies of #6B7146
Complementary color
Monochromatic Colors of #6B7146
Black with #6B7146
Text Example
Text Example
White with #6B7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7146; }
p { color: rgb(107,113,70); }
H1.HeaderClassName
{
color: #6B7146;
}
.AnyTagClassName
{
color: #6B7146;
}
</style>
background-color css
<style>
a { background-color: #6B7146; }
a { background-color: rgb(107,113,70); }
div.DivClassName
{
background-color: #6B7146;
}
.BgClassName
{
background-color: #6B7146;
}
</style>
border-color css
<style>
span { border-color: #6B7146; }
span { border-color: rgb(107,113,70); }
td.TdClassName
{
border-color: #6B7146;
}
.TagClassName
{
border-color: #6B7146;
}
</style>