Shades of Siam #6F754D
Tints of Siam #6F754D
RGB
CMYK
RGB Variations
Color information
#6F754D (or 0x6F754D) is known color: Siam. HEX triplet: 6F, 75 and 4D. RGB value is (111,117,77). Sum of RGB (Red+Green+Blue) = 111+117+77=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F754D is #908AB2. Grayscale: #6E6E6E. Windows color (decimal): -9472691 or 5076335. OLE color: 5076335.
HSL color Cylindrical-coordinate representation of color #6F754D: hue angle of 69º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F754D is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 117 | 77 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.54 |
| HSL | 69º | 0.21% | 0.38% | - |
| HSV(B) | 69º | 0.34% | 0.46% | - |
| XYZ | 14.26 | 16.64 | 9.48 | - |
| YUV | 110.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 77 | 0.05 | 0 | 0.34 | 0.54 | 69 | 0.21 | 0.38 |
| Hex | 6F | 75 | 4D | 5 | 0 | 22 | 36 | 45 | 15 | 26 |
| Octal | 157 | 165 | 115 | 5 | 0 | 42 | 66 | 105 | 25 | 46 |
| Binary | 1101111 | 1110101 | 1001101 | 101 | 0 | 100010 | 110110 | 1000101 | 10101 | 100110 |
Color Harmonies of #6F754D
Complementary color
Monochromatic Colors of #6F754D
Black with #6F754D
Text Example
Text Example
White with #6F754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F754D; }
p { color: rgb(111,117,77); }
H1.HeaderClassName
{
color: #6F754D;
}
.AnyTagClassName
{
color: #6F754D;
}
</style>
background-color css
<style>
a { background-color: #6F754D; }
a { background-color: rgb(111,117,77); }
div.DivClassName
{
background-color: #6F754D;
}
.BgClassName
{
background-color: #6F754D;
}
</style>
border-color css
<style>
span { border-color: #6F754D; }
span { border-color: rgb(111,117,77); }
td.TdClassName
{
border-color: #6F754D;
}
.TagClassName
{
border-color: #6F754D;
}
</style>