Shades of Siam #6A6B52
Tints of Siam #6A6B52
RGB
CMYK
RGB Variations
Color information
#6A6B52 (or 0x6A6B52) is known color: Siam. HEX triplet: 6A, 6B and 52. RGB value is (106,107,82). Sum of RGB (Red+Green+Blue) = 106+107+82=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B52 is #9594AD. Grayscale: #676767. Windows color (decimal): -9802926 or 5401450. OLE color: 5401450.
HSL color Cylindrical-coordinate representation of color #6A6B52: hue angle of 62.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A6B52 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 82 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.58 |
| HSL | 62.4º | 0.13% | 0.37% | - |
| HSV(B) | 62.4º | 0.23% | 0.42% | - |
| XYZ | 12.72 | 14.19 | 10.05 | - |
| YUV | 103.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 82 | 0.01 | 0 | 0.23 | 0.58 | 62.4 | 0.13 | 0.37 |
| Hex | 6A | 6B | 52 | 1 | 0 | 17 | 3A | 3E | D | 25 |
| Octal | 152 | 153 | 122 | 1 | 0 | 27 | 72 | 76 | 15 | 45 |
| Binary | 1101010 | 1101011 | 1010010 | 1 | 0 | 10111 | 111010 | 111110 | 1101 | 100101 |
Color Harmonies of #6A6B52
Complementary color
Monochromatic Colors of #6A6B52
Black with #6A6B52
Text Example
Text Example
White with #6A6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B52; }
p { color: rgb(106,107,82); }
H1.HeaderClassName
{
color: #6A6B52;
}
.AnyTagClassName
{
color: #6A6B52;
}
</style>
background-color css
<style>
a { background-color: #6A6B52; }
a { background-color: rgb(106,107,82); }
div.DivClassName
{
background-color: #6A6B52;
}
.BgClassName
{
background-color: #6A6B52;
}
</style>
border-color css
<style>
span { border-color: #6A6B52; }
span { border-color: rgb(106,107,82); }
td.TdClassName
{
border-color: #6A6B52;
}
.TagClassName
{
border-color: #6A6B52;
}
</style>