Shades of Siam #6B6D54
Tints of Siam #6B6D54
RGB
CMYK
RGB Variations
Color information
#6B6D54 (or 0x6B6D54) is known color: Siam. HEX triplet: 6B, 6D and 54. RGB value is (107,109,84). Sum of RGB (Red+Green+Blue) = 107+109+84=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D54 is #9492AB. Grayscale: #696969. Windows color (decimal): -9736876 or 5533035. OLE color: 5533035.
HSL color Cylindrical-coordinate representation of color #6B6D54: hue angle of 64.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B6D54 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 84 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.57 |
| HSL | 64.8º | 0.13% | 0.38% | - |
| HSV(B) | 64.8º | 0.23% | 0.43% | - |
| XYZ | 13.13 | 14.7 | 10.53 | - |
| YUV | 105.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 84 | 0.02 | 0 | 0.23 | 0.57 | 64.8 | 0.13 | 0.38 |
| Hex | 6B | 6D | 54 | 2 | 0 | 17 | 39 | 41 | D | 26 |
| Octal | 153 | 155 | 124 | 2 | 0 | 27 | 71 | 101 | 15 | 46 |
| Binary | 1101011 | 1101101 | 1010100 | 10 | 0 | 10111 | 111001 | 1000001 | 1101 | 100110 |
Color Harmonies of #6B6D54
Complementary color
Monochromatic Colors of #6B6D54
Black with #6B6D54
Text Example
Text Example
White with #6B6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D54; }
p { color: rgb(107,109,84); }
H1.HeaderClassName
{
color: #6B6D54;
}
.AnyTagClassName
{
color: #6B6D54;
}
</style>
background-color css
<style>
a { background-color: #6B6D54; }
a { background-color: rgb(107,109,84); }
div.DivClassName
{
background-color: #6B6D54;
}
.BgClassName
{
background-color: #6B6D54;
}
</style>
border-color css
<style>
span { border-color: #6B6D54; }
span { border-color: rgb(107,109,84); }
td.TdClassName
{
border-color: #6B6D54;
}
.TagClassName
{
border-color: #6B6D54;
}
</style>