Shades of Siam #6B7157
Tints of Siam #6B7157
RGB
CMYK
RGB Variations
Color information
#6B7157 (or 0x6B7157) is known color: Siam. HEX triplet: 6B, 71 and 57. RGB value is (107,113,87). Sum of RGB (Red+Green+Blue) = 107+113+87=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7157 is #948EA8. Grayscale: #6C6C6C. Windows color (decimal): -9735849 or 5730667. OLE color: 5730667.
HSL color Cylindrical-coordinate representation of color #6B7157: hue angle of 73.85º 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 #6B7157 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 87 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.56 |
| HSL | 73.85º | 0.13% | 0.39% | - |
| HSV(B) | 73.85º | 0.23% | 0.44% | - |
| XYZ | 13.69 | 15.62 | 11.31 | - |
| YUV | 108.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 87 | 0.05 | 0 | 0.23 | 0.56 | 73.85 | 0.13 | 0.39 |
| Hex | 6B | 71 | 57 | 5 | 0 | 17 | 38 | 4A | D | 27 |
| Octal | 153 | 161 | 127 | 5 | 0 | 27 | 70 | 112 | 15 | 47 |
| Binary | 1101011 | 1110001 | 1010111 | 101 | 0 | 10111 | 111000 | 1001010 | 1101 | 100111 |
Color Harmonies of #6B7157
Complementary color
Monochromatic Colors of #6B7157
Black with #6B7157
Text Example
Text Example
White with #6B7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7157; }
p { color: rgb(107,113,87); }
H1.HeaderClassName
{
color: #6B7157;
}
.AnyTagClassName
{
color: #6B7157;
}
</style>
background-color css
<style>
a { background-color: #6B7157; }
a { background-color: rgb(107,113,87); }
div.DivClassName
{
background-color: #6B7157;
}
.BgClassName
{
background-color: #6B7157;
}
</style>
border-color css
<style>
span { border-color: #6B7157; }
span { border-color: rgb(107,113,87); }
td.TdClassName
{
border-color: #6B7157;
}
.TagClassName
{
border-color: #6B7157;
}
</style>