Shades of Siam #6B7256
Tints of Siam #6B7256
RGB
CMYK
RGB Variations
Color information
#6B7256 (or 0x6B7256) is known color: Siam. HEX triplet: 6B, 72 and 56. RGB value is (107,114,86). Sum of RGB (Red+Green+Blue) = 107+114+86=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7256 is #948DA9. Grayscale: #6C6C6C. Windows color (decimal): -9735594 or 5665387. OLE color: 5665387.
HSL color Cylindrical-coordinate representation of color #6B7256: hue angle of 75º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B7256 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 86 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.55 |
| HSL | 75º | 0.14% | 0.39% | - |
| HSV(B) | 75º | 0.25% | 0.45% | - |
| XYZ | 13.76 | 15.83 | 11.13 | - |
| YUV | 108.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 86 | 0.06 | 0 | 0.25 | 0.55 | 75 | 0.14 | 0.39 |
| Hex | 6B | 72 | 56 | 6 | 0 | 19 | 37 | 4B | E | 27 |
| Octal | 153 | 162 | 126 | 6 | 0 | 31 | 67 | 113 | 16 | 47 |
| Binary | 1101011 | 1110010 | 1010110 | 110 | 0 | 11001 | 110111 | 1001011 | 1110 | 100111 |
Color Harmonies of #6B7256
Complementary color
Monochromatic Colors of #6B7256
Black with #6B7256
Text Example
Text Example
White with #6B7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7256; }
p { color: rgb(107,114,86); }
H1.HeaderClassName
{
color: #6B7256;
}
.AnyTagClassName
{
color: #6B7256;
}
</style>
background-color css
<style>
a { background-color: #6B7256; }
a { background-color: rgb(107,114,86); }
div.DivClassName
{
background-color: #6B7256;
}
.BgClassName
{
background-color: #6B7256;
}
</style>
border-color css
<style>
span { border-color: #6B7256; }
span { border-color: rgb(107,114,86); }
td.TdClassName
{
border-color: #6B7256;
}
.TagClassName
{
border-color: #6B7256;
}
</style>