Shades of Siam #6A6D58
Tints of Siam #6A6D58
RGB
CMYK
RGB Variations
Color information
#6A6D58 (or 0x6A6D58) is known color: Siam. HEX triplet: 6A, 6D and 58. RGB value is (106,109,88). Sum of RGB (Red+Green+Blue) = 106+109+88=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D58 is #9592A7. Grayscale: #696969. Windows color (decimal): -9802408 or 5795178. OLE color: 5795178.
HSL color Cylindrical-coordinate representation of color #6A6D58: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A6D58 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 88 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.57 |
| HSL | 68.57º | 0.11% | 0.39% | - |
| HSV(B) | 68.57º | 0.19% | 0.43% | - |
| XYZ | 13.17 | 14.71 | 11.38 | - |
| YUV | 105.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 88 | 0.03 | 0 | 0.19 | 0.57 | 68.57 | 0.11 | 0.39 |
| Hex | 6A | 6D | 58 | 3 | 0 | 13 | 39 | 45 | B | 27 |
| Octal | 152 | 155 | 130 | 3 | 0 | 23 | 71 | 105 | 13 | 47 |
| Binary | 1101010 | 1101101 | 1011000 | 11 | 0 | 10011 | 111001 | 1000101 | 1011 | 100111 |
Color Harmonies of #6A6D58
Complementary color
Monochromatic Colors of #6A6D58
Black with #6A6D58
Text Example
Text Example
White with #6A6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D58; }
p { color: rgb(106,109,88); }
H1.HeaderClassName
{
color: #6A6D58;
}
.AnyTagClassName
{
color: #6A6D58;
}
</style>
background-color css
<style>
a { background-color: #6A6D58; }
a { background-color: rgb(106,109,88); }
div.DivClassName
{
background-color: #6A6D58;
}
.BgClassName
{
background-color: #6A6D58;
}
</style>
border-color css
<style>
span { border-color: #6A6D58; }
span { border-color: rgb(106,109,88); }
td.TdClassName
{
border-color: #6A6D58;
}
.TagClassName
{
border-color: #6A6D58;
}
</style>