Shades of Siam #69754D
Tints of Siam #69754D
RGB
CMYK
RGB Variations
Color information
#69754D (or 0x69754D) is known color: Siam. HEX triplet: 69, 75 and 4D. RGB value is (105,117,77). Sum of RGB (Red+Green+Blue) = 105+117+77=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #69754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69754D is #968AB2. Grayscale: #6D6D6D. Windows color (decimal): -9865907 or 5076329. OLE color: 5076329.
HSL color Cylindrical-coordinate representation of color #69754D: hue angle of 78º 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 #69754D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 77 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.54 |
| HSL | 78º | 0.21% | 0.38% | - |
| HSV(B) | 78º | 0.34% | 0.46% | - |
| XYZ | 13.53 | 16.26 | 9.45 | - |
| YUV | 108.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 77 | 0.10 | 0 | 0.34 | 0.54 | 78 | 0.21 | 0.38 |
| Hex | 69 | 75 | 4D | A | 0 | 22 | 36 | 4E | 15 | 26 |
| Octal | 151 | 165 | 115 | 12 | 0 | 42 | 66 | 116 | 25 | 46 |
| Binary | 1101001 | 1110101 | 1001101 | 1010 | 0 | 100010 | 110110 | 1001110 | 10101 | 100110 |
Color Harmonies of #69754D
Complementary color
Monochromatic Colors of #69754D
Black with #69754D
Text Example
Text Example
White with #69754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69754D; }
p { color: rgb(105,117,77); }
H1.HeaderClassName
{
color: #69754D;
}
.AnyTagClassName
{
color: #69754D;
}
</style>
background-color css
<style>
a { background-color: #69754D; }
a { background-color: rgb(105,117,77); }
div.DivClassName
{
background-color: #69754D;
}
.BgClassName
{
background-color: #69754D;
}
</style>
border-color css
<style>
span { border-color: #69754D; }
span { border-color: rgb(105,117,77); }
td.TdClassName
{
border-color: #69754D;
}
.TagClassName
{
border-color: #69754D;
}
</style>