Shades of Siam #6B7056
Tints of Siam #6B7056
RGB
CMYK
RGB Variations
Color information
#6B7056 (or 0x6B7056) is known color: Siam. HEX triplet: 6B, 70 and 56. RGB value is (107,112,86). Sum of RGB (Red+Green+Blue) = 107+112+86=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7056 is #948FA9. Grayscale: #6B6B6B. Windows color (decimal): -9736106 or 5664875. OLE color: 5664875.
HSL color Cylindrical-coordinate representation of color #6B7056: hue angle of 71.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B7056 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 86 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.56 |
| HSL | 71.54º | 0.13% | 0.39% | - |
| HSV(B) | 71.54º | 0.23% | 0.44% | - |
| XYZ | 13.54 | 15.39 | 11.06 | - |
| YUV | 107.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 86 | 0.04 | 0 | 0.23 | 0.56 | 71.54 | 0.13 | 0.39 |
| Hex | 6B | 70 | 56 | 4 | 0 | 17 | 38 | 48 | D | 27 |
| Octal | 153 | 160 | 126 | 4 | 0 | 27 | 70 | 110 | 15 | 47 |
| Binary | 1101011 | 1110000 | 1010110 | 100 | 0 | 10111 | 111000 | 1001000 | 1101 | 100111 |
Color Harmonies of #6B7056
Complementary color
Monochromatic Colors of #6B7056
Black with #6B7056
Text Example
Text Example
White with #6B7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7056; }
p { color: rgb(107,112,86); }
H1.HeaderClassName
{
color: #6B7056;
}
.AnyTagClassName
{
color: #6B7056;
}
</style>
background-color css
<style>
a { background-color: #6B7056; }
a { background-color: rgb(107,112,86); }
div.DivClassName
{
background-color: #6B7056;
}
.BgClassName
{
background-color: #6B7056;
}
</style>
border-color css
<style>
span { border-color: #6B7056; }
span { border-color: rgb(107,112,86); }
td.TdClassName
{
border-color: #6B7056;
}
.TagClassName
{
border-color: #6B7056;
}
</style>