Shades of Siam #6B7251
Tints of Siam #6B7251
RGB
CMYK
RGB Variations
Color information
#6B7251 (or 0x6B7251) is known color: Siam. HEX triplet: 6B, 72 and 51. RGB value is (107,114,81). Sum of RGB (Red+Green+Blue) = 107+114+81=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7251 is #948DAE. Grayscale: #6C6C6C. Windows color (decimal): -9735599 or 5337707. OLE color: 5337707.
HSL color Cylindrical-coordinate representation of color #6B7251: hue angle of 72.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7251 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 81 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.55 |
| HSL | 72.73º | 0.17% | 0.38% | - |
| HSV(B) | 72.73º | 0.29% | 0.45% | - |
| XYZ | 13.57 | 15.75 | 10.11 | - |
| YUV | 108.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 81 | 0.06 | 0 | 0.29 | 0.55 | 72.73 | 0.17 | 0.38 |
| Hex | 6B | 72 | 51 | 6 | 0 | 1D | 37 | 49 | 11 | 26 |
| Octal | 153 | 162 | 121 | 6 | 0 | 35 | 67 | 111 | 21 | 46 |
| Binary | 1101011 | 1110010 | 1010001 | 110 | 0 | 11101 | 110111 | 1001001 | 10001 | 100110 |
Color Harmonies of #6B7251
Complementary color
Monochromatic Colors of #6B7251
Black with #6B7251
Text Example
Text Example
White with #6B7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7251; }
p { color: rgb(107,114,81); }
H1.HeaderClassName
{
color: #6B7251;
}
.AnyTagClassName
{
color: #6B7251;
}
</style>
background-color css
<style>
a { background-color: #6B7251; }
a { background-color: rgb(107,114,81); }
div.DivClassName
{
background-color: #6B7251;
}
.BgClassName
{
background-color: #6B7251;
}
</style>
border-color css
<style>
span { border-color: #6B7251; }
span { border-color: rgb(107,114,81); }
td.TdClassName
{
border-color: #6B7251;
}
.TagClassName
{
border-color: #6B7251;
}
</style>