Shades of Siam #6B764C
Tints of Siam #6B764C
RGB
CMYK
RGB Variations
Color information
#6B764C (or 0x6B764C) is known color: Siam. HEX triplet: 6B, 76 and 4C. RGB value is (107,118,76). Sum of RGB (Red+Green+Blue) = 107+118+76=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #6B764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B764C is #9489B3. Grayscale: #6E6E6E. Windows color (decimal): -9734580 or 5011051. OLE color: 5011051.
HSL color Cylindrical-coordinate representation of color #6B764C: hue angle of 75.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B764C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 76 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.54 |
| HSL | 75.71º | 0.22% | 0.38% | - |
| HSV(B) | 75.71º | 0.36% | 0.46% | - |
| XYZ | 13.85 | 16.6 | 9.31 | - |
| YUV | 109.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 76 | 0.09 | 0 | 0.36 | 0.54 | 75.71 | 0.22 | 0.38 |
| Hex | 6B | 76 | 4C | 9 | 0 | 24 | 36 | 4C | 16 | 26 |
| Octal | 153 | 166 | 114 | 11 | 0 | 44 | 66 | 114 | 26 | 46 |
| Binary | 1101011 | 1110110 | 1001100 | 1001 | 0 | 100100 | 110110 | 1001100 | 10110 | 100110 |
Color Harmonies of #6B764C
Complementary color
Monochromatic Colors of #6B764C
Black with #6B764C
Text Example
Text Example
White with #6B764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B764C; }
p { color: rgb(107,118,76); }
H1.HeaderClassName
{
color: #6B764C;
}
.AnyTagClassName
{
color: #6B764C;
}
</style>
background-color css
<style>
a { background-color: #6B764C; }
a { background-color: rgb(107,118,76); }
div.DivClassName
{
background-color: #6B764C;
}
.BgClassName
{
background-color: #6B764C;
}
</style>
border-color css
<style>
span { border-color: #6B764C; }
span { border-color: rgb(107,118,76); }
td.TdClassName
{
border-color: #6B764C;
}
.TagClassName
{
border-color: #6B764C;
}
</style>