Shades of Siam #6B7248
Tints of Siam #6B7248
RGB
CMYK
RGB Variations
Color information
#6B7248 (or 0x6B7248) is known color: Siam. HEX triplet: 6B, 72 and 48. RGB value is (107,114,72). Sum of RGB (Red+Green+Blue) = 107+114+72=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7248 is #948DB7. Grayscale: #6B6B6B. Windows color (decimal): -9735608 or 4747883. OLE color: 4747883.
HSL color Cylindrical-coordinate representation of color #6B7248: hue angle of 70º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B7248 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 72 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.55 |
| HSL | 70º | 0.23% | 0.36% | - |
| HSV(B) | 70º | 0.37% | 0.45% | - |
| XYZ | 13.25 | 15.63 | 8.45 | - |
| YUV | 107.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 72 | 0.06 | 0 | 0.37 | 0.55 | 70 | 0.23 | 0.36 |
| Hex | 6B | 72 | 48 | 6 | 0 | 25 | 37 | 46 | 17 | 24 |
| Octal | 153 | 162 | 110 | 6 | 0 | 45 | 67 | 106 | 27 | 44 |
| Binary | 1101011 | 1110010 | 1001000 | 110 | 0 | 100101 | 110111 | 1000110 | 10111 | 100100 |
Color Harmonies of #6B7248
Complementary color
Monochromatic Colors of #6B7248
Black with #6B7248
Text Example
Text Example
White with #6B7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7248; }
p { color: rgb(107,114,72); }
H1.HeaderClassName
{
color: #6B7248;
}
.AnyTagClassName
{
color: #6B7248;
}
</style>
background-color css
<style>
a { background-color: #6B7248; }
a { background-color: rgb(107,114,72); }
div.DivClassName
{
background-color: #6B7248;
}
.BgClassName
{
background-color: #6B7248;
}
</style>
border-color css
<style>
span { border-color: #6B7248; }
span { border-color: rgb(107,114,72); }
td.TdClassName
{
border-color: #6B7248;
}
.TagClassName
{
border-color: #6B7248;
}
</style>