Shades of Siam #6B6C51
Tints of Siam #6B6C51
RGB
CMYK
RGB Variations
Color information
#6B6C51 (or 0x6B6C51) is known color: Siam. HEX triplet: 6B, 6C and 51. RGB value is (107,108,81). Sum of RGB (Red+Green+Blue) = 107+108+81=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C51 is #9493AE. Grayscale: #686868. Windows color (decimal): -9737135 or 5336171. OLE color: 5336171.
HSL color Cylindrical-coordinate representation of color #6B6C51: hue angle of 62.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B6C51 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 81 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.58 |
| HSL | 62.22º | 0.14% | 0.37% | - |
| HSV(B) | 62.22º | 0.25% | 0.42% | - |
| XYZ | 12.91 | 14.45 | 9.89 | - |
| YUV | 104.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 81 | 0.01 | 0 | 0.25 | 0.58 | 62.22 | 0.14 | 0.37 |
| Hex | 6B | 6C | 51 | 1 | 0 | 19 | 3A | 3E | E | 25 |
| Octal | 153 | 154 | 121 | 1 | 0 | 31 | 72 | 76 | 16 | 45 |
| Binary | 1101011 | 1101100 | 1010001 | 1 | 0 | 11001 | 111010 | 111110 | 1110 | 100101 |
Color Harmonies of #6B6C51
Complementary color
Monochromatic Colors of #6B6C51
Black with #6B6C51
Text Example
Text Example
White with #6B6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C51; }
p { color: rgb(107,108,81); }
H1.HeaderClassName
{
color: #6B6C51;
}
.AnyTagClassName
{
color: #6B6C51;
}
</style>
background-color css
<style>
a { background-color: #6B6C51; }
a { background-color: rgb(107,108,81); }
div.DivClassName
{
background-color: #6B6C51;
}
.BgClassName
{
background-color: #6B6C51;
}
</style>
border-color css
<style>
span { border-color: #6B6C51; }
span { border-color: rgb(107,108,81); }
td.TdClassName
{
border-color: #6B6C51;
}
.TagClassName
{
border-color: #6B6C51;
}
</style>