Shades of Siam #6A6B53
Tints of Siam #6A6B53
RGB
CMYK
RGB Variations
Color information
#6A6B53 (or 0x6A6B53) is known color: Siam. HEX triplet: 6A, 6B and 53. RGB value is (106,107,83). Sum of RGB (Red+Green+Blue) = 106+107+83=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B53 is #9594AC. Grayscale: #686868. Windows color (decimal): -9802925 or 5466986. OLE color: 5466986.
HSL color Cylindrical-coordinate representation of color #6A6B53: hue angle of 62.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A6B53 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 83 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.58 |
| HSL | 62.5º | 0.13% | 0.37% | - |
| HSV(B) | 62.5º | 0.22% | 0.42% | - |
| XYZ | 12.76 | 14.2 | 10.25 | - |
| YUV | 103.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 83 | 0.01 | 0 | 0.22 | 0.58 | 62.5 | 0.13 | 0.37 |
| Hex | 6A | 6B | 53 | 1 | 0 | 16 | 3A | 3F | D | 25 |
| Octal | 152 | 153 | 123 | 1 | 0 | 26 | 72 | 77 | 15 | 45 |
| Binary | 1101010 | 1101011 | 1010011 | 1 | 0 | 10110 | 111010 | 111111 | 1101 | 100101 |
Color Harmonies of #6A6B53
Complementary color
Monochromatic Colors of #6A6B53
Black with #6A6B53
Text Example
Text Example
White with #6A6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B53; }
p { color: rgb(106,107,83); }
H1.HeaderClassName
{
color: #6A6B53;
}
.AnyTagClassName
{
color: #6A6B53;
}
</style>
background-color css
<style>
a { background-color: #6A6B53; }
a { background-color: rgb(106,107,83); }
div.DivClassName
{
background-color: #6A6B53;
}
.BgClassName
{
background-color: #6A6B53;
}
</style>
border-color css
<style>
span { border-color: #6A6B53; }
span { border-color: rgb(106,107,83); }
td.TdClassName
{
border-color: #6A6B53;
}
.TagClassName
{
border-color: #6A6B53;
}
</style>