Shades of Siam #69714D
Tints of Siam #69714D
RGB
CMYK
RGB Variations
Color information
#69714D (or 0x69714D) is known color: Siam. HEX triplet: 69, 71 and 4D. RGB value is (105,113,77). Sum of RGB (Red+Green+Blue) = 105+113+77=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #69714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69714D is #968EB2. Grayscale: #6A6A6A. Windows color (decimal): -9866931 or 5075305. OLE color: 5075305.
HSL color Cylindrical-coordinate representation of color #69714D: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69714D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 77 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.56 |
| HSL | 73.33º | 0.19% | 0.37% | - |
| HSV(B) | 73.33º | 0.32% | 0.44% | - |
| XYZ | 13.07 | 15.35 | 9.3 | - |
| YUV | 106.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 77 | 0.07 | 0 | 0.32 | 0.56 | 73.33 | 0.19 | 0.37 |
| Hex | 69 | 71 | 4D | 7 | 0 | 20 | 38 | 49 | 13 | 25 |
| Octal | 151 | 161 | 115 | 7 | 0 | 40 | 70 | 111 | 23 | 45 |
| Binary | 1101001 | 1110001 | 1001101 | 111 | 0 | 100000 | 111000 | 1001001 | 10011 | 100101 |
Color Harmonies of #69714D
Complementary color
Monochromatic Colors of #69714D
Black with #69714D
Text Example
Text Example
White with #69714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69714D; }
p { color: rgb(105,113,77); }
H1.HeaderClassName
{
color: #69714D;
}
.AnyTagClassName
{
color: #69714D;
}
</style>
background-color css
<style>
a { background-color: #69714D; }
a { background-color: rgb(105,113,77); }
div.DivClassName
{
background-color: #69714D;
}
.BgClassName
{
background-color: #69714D;
}
</style>
border-color css
<style>
span { border-color: #69714D; }
span { border-color: rgb(105,113,77); }
td.TdClassName
{
border-color: #69714D;
}
.TagClassName
{
border-color: #69714D;
}
</style>