Shades of Siam #6B7245
Tints of Siam #6B7245
RGB
CMYK
RGB Variations
Color information
#6B7245 (or 0x6B7245) is known color: Siam. HEX triplet: 6B, 72 and 45. RGB value is (107,114,69). Sum of RGB (Red+Green+Blue) = 107+114+69=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7245 is #948DBA. Grayscale: #6A6A6A. Windows color (decimal): -9735611 or 4551275. OLE color: 4551275.
HSL color Cylindrical-coordinate representation of color #6B7245: hue angle of 69.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7245 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 69 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.55 |
| HSL | 69.33º | 0.25% | 0.36% | - |
| HSV(B) | 69.33º | 0.39% | 0.45% | - |
| XYZ | 13.15 | 15.59 | 7.95 | - |
| YUV | 106.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 69 | 0.06 | 0 | 0.39 | 0.55 | 69.33 | 0.25 | 0.36 |
| Hex | 6B | 72 | 45 | 6 | 0 | 27 | 37 | 45 | 19 | 24 |
| Octal | 153 | 162 | 105 | 6 | 0 | 47 | 67 | 105 | 31 | 44 |
| Binary | 1101011 | 1110010 | 1000101 | 110 | 0 | 100111 | 110111 | 1000101 | 11001 | 100100 |
Color Harmonies of #6B7245
Complementary color
Monochromatic Colors of #6B7245
Black with #6B7245
Text Example
Text Example
White with #6B7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7245; }
p { color: rgb(107,114,69); }
H1.HeaderClassName
{
color: #6B7245;
}
.AnyTagClassName
{
color: #6B7245;
}
</style>
background-color css
<style>
a { background-color: #6B7245; }
a { background-color: rgb(107,114,69); }
div.DivClassName
{
background-color: #6B7245;
}
.BgClassName
{
background-color: #6B7245;
}
</style>
border-color css
<style>
span { border-color: #6B7245; }
span { border-color: rgb(107,114,69); }
td.TdClassName
{
border-color: #6B7245;
}
.TagClassName
{
border-color: #6B7245;
}
</style>