Shades of Siam #6B764F
Tints of Siam #6B764F
RGB
CMYK
RGB Variations
Color information
#6B764F (or 0x6B764F) is known color: Siam. HEX triplet: 6B, 76 and 4F. RGB value is (107,118,79). Sum of RGB (Red+Green+Blue) = 107+118+79=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #6B764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B764F is #9489B0. Grayscale: #6E6E6E. Windows color (decimal): -9734577 or 5207659. OLE color: 5207659.
HSL color Cylindrical-coordinate representation of color #6B764F: hue angle of 76.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B764F is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 79 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.54 |
| HSL | 76.92º | 0.2% | 0.39% | - |
| HSV(B) | 76.92º | 0.33% | 0.46% | - |
| XYZ | 13.95 | 16.65 | 9.87 | - |
| YUV | 110.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 79 | 0.09 | 0 | 0.33 | 0.54 | 76.92 | 0.2 | 0.39 |
| Hex | 6B | 76 | 4F | 9 | 0 | 21 | 36 | 4D | 14 | 27 |
| Octal | 153 | 166 | 117 | 11 | 0 | 41 | 66 | 115 | 24 | 47 |
| Binary | 1101011 | 1110110 | 1001111 | 1001 | 0 | 100001 | 110110 | 1001101 | 10100 | 100111 |
Color Harmonies of #6B764F
Complementary color
Monochromatic Colors of #6B764F
Black with #6B764F
Text Example
Text Example
White with #6B764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B764F; }
p { color: rgb(107,118,79); }
H1.HeaderClassName
{
color: #6B764F;
}
.AnyTagClassName
{
color: #6B764F;
}
</style>
background-color css
<style>
a { background-color: #6B764F; }
a { background-color: rgb(107,118,79); }
div.DivClassName
{
background-color: #6B764F;
}
.BgClassName
{
background-color: #6B764F;
}
</style>
border-color css
<style>
span { border-color: #6B764F; }
span { border-color: rgb(107,118,79); }
td.TdClassName
{
border-color: #6B764F;
}
.TagClassName
{
border-color: #6B764F;
}
</style>