Shades of Siam #6F764F
Tints of Siam #6F764F
RGB
CMYK
RGB Variations
Color information
#6F764F (or 0x6F764F) is known color: Siam. HEX triplet: 6F, 76 and 4F. RGB value is (111,118,79). Sum of RGB (Red+Green+Blue) = 111+118+79=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #6F764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F764F is #9089B0. Grayscale: #6F6F6F. Windows color (decimal): -9472433 or 5207663. OLE color: 5207663.
HSL color Cylindrical-coordinate representation of color #6F764F: hue angle of 70.77º 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 #6F764F is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 79 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.54 |
| HSL | 70.77º | 0.2% | 0.39% | - |
| HSV(B) | 70.77º | 0.33% | 0.46% | - |
| XYZ | 14.45 | 16.9 | 9.9 | - |
| YUV | 111.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 79 | 0.06 | 0 | 0.33 | 0.54 | 70.77 | 0.2 | 0.39 |
| Hex | 6F | 76 | 4F | 6 | 0 | 21 | 36 | 47 | 14 | 27 |
| Octal | 157 | 166 | 117 | 6 | 0 | 41 | 66 | 107 | 24 | 47 |
| Binary | 1101111 | 1110110 | 1001111 | 110 | 0 | 100001 | 110110 | 1000111 | 10100 | 100111 |
Color Harmonies of #6F764F
Complementary color
Monochromatic Colors of #6F764F
Black with #6F764F
Text Example
Text Example
White with #6F764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F764F; }
p { color: rgb(111,118,79); }
H1.HeaderClassName
{
color: #6F764F;
}
.AnyTagClassName
{
color: #6F764F;
}
</style>
background-color css
<style>
a { background-color: #6F764F; }
a { background-color: rgb(111,118,79); }
div.DivClassName
{
background-color: #6F764F;
}
.BgClassName
{
background-color: #6F764F;
}
</style>
border-color css
<style>
span { border-color: #6F764F; }
span { border-color: rgb(111,118,79); }
td.TdClassName
{
border-color: #6F764F;
}
.TagClassName
{
border-color: #6F764F;
}
</style>