Shades of Siam #6B7156
Tints of Siam #6B7156
RGB
CMYK
RGB Variations
Color information
#6B7156 (or 0x6B7156) is known color: Siam. HEX triplet: 6B, 71 and 56. RGB value is (107,113,86). Sum of RGB (Red+Green+Blue) = 107+113+86=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7156 is #948EA9. Grayscale: #6C6C6C. Windows color (decimal): -9735850 or 5665131. OLE color: 5665131.
HSL color Cylindrical-coordinate representation of color #6B7156: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B7156 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 86 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.56 |
| HSL | 73.33º | 0.14% | 0.39% | - |
| HSV(B) | 73.33º | 0.24% | 0.44% | - |
| XYZ | 13.65 | 15.61 | 11.1 | - |
| YUV | 108.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 86 | 0.05 | 0 | 0.24 | 0.56 | 73.33 | 0.14 | 0.39 |
| Hex | 6B | 71 | 56 | 5 | 0 | 18 | 38 | 49 | E | 27 |
| Octal | 153 | 161 | 126 | 5 | 0 | 30 | 70 | 111 | 16 | 47 |
| Binary | 1101011 | 1110001 | 1010110 | 101 | 0 | 11000 | 111000 | 1001001 | 1110 | 100111 |
Color Harmonies of #6B7156
Complementary color
Monochromatic Colors of #6B7156
Black with #6B7156
Text Example
Text Example
White with #6B7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7156; }
p { color: rgb(107,113,86); }
H1.HeaderClassName
{
color: #6B7156;
}
.AnyTagClassName
{
color: #6B7156;
}
</style>
background-color css
<style>
a { background-color: #6B7156; }
a { background-color: rgb(107,113,86); }
div.DivClassName
{
background-color: #6B7156;
}
.BgClassName
{
background-color: #6B7156;
}
</style>
border-color css
<style>
span { border-color: #6B7156; }
span { border-color: rgb(107,113,86); }
td.TdClassName
{
border-color: #6B7156;
}
.TagClassName
{
border-color: #6B7156;
}
</style>