Shades of Siam #6B7545
Tints of Siam #6B7545
RGB
CMYK
RGB Variations
Color information
#6B7545 (or 0x6B7545) is known color: Siam. HEX triplet: 6B, 75 and 45. RGB value is (107,117,69). Sum of RGB (Red+Green+Blue) = 107+117+69=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7545 is #948ABA. Grayscale: #6C6C6C. Windows color (decimal): -9734843 or 4552043. OLE color: 4552043.
HSL color Cylindrical-coordinate representation of color #6B7545: hue angle of 72.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7545 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 69 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.54 |
| HSL | 72.5º | 0.26% | 0.36% | - |
| HSV(B) | 72.5º | 0.41% | 0.46% | - |
| XYZ | 13.5 | 16.28 | 8.06 | - |
| YUV | 108.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 69 | 0.09 | 0 | 0.41 | 0.54 | 72.5 | 0.26 | 0.36 |
| Hex | 6B | 75 | 45 | 9 | 0 | 29 | 36 | 48 | 1A | 24 |
| Octal | 153 | 165 | 105 | 11 | 0 | 51 | 66 | 110 | 32 | 44 |
| Binary | 1101011 | 1110101 | 1000101 | 1001 | 0 | 101001 | 110110 | 1001000 | 11010 | 100100 |
Color Harmonies of #6B7545
Complementary color
Monochromatic Colors of #6B7545
Black with #6B7545
Text Example
Text Example
White with #6B7545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7545; }
p { color: rgb(107,117,69); }
H1.HeaderClassName
{
color: #6B7545;
}
.AnyTagClassName
{
color: #6B7545;
}
</style>
background-color css
<style>
a { background-color: #6B7545; }
a { background-color: rgb(107,117,69); }
div.DivClassName
{
background-color: #6B7545;
}
.BgClassName
{
background-color: #6B7545;
}
</style>
border-color css
<style>
span { border-color: #6B7545; }
span { border-color: rgb(107,117,69); }
td.TdClassName
{
border-color: #6B7545;
}
.TagClassName
{
border-color: #6B7545;
}
</style>