Shades of Siam #69734E
Tints of Siam #69734E
RGB
CMYK
RGB Variations
Color information
#69734E (or 0x69734E) is known color: Siam. HEX triplet: 69, 73 and 4E. RGB value is (105,115,78). Sum of RGB (Red+Green+Blue) = 105+115+78=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #69734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69734E is #968CB1. Grayscale: #6B6B6B. Windows color (decimal): -9866418 or 5141353. OLE color: 5141353.
HSL color Cylindrical-coordinate representation of color #69734E: hue angle of 76.22º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69734E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 115 | 78 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.55 |
| HSL | 76.22º | 0.19% | 0.38% | - |
| HSV(B) | 76.22º | 0.32% | 0.45% | - |
| XYZ | 13.33 | 15.81 | 9.56 | - |
| YUV | 107.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 78 | 0.09 | 0 | 0.32 | 0.55 | 76.22 | 0.19 | 0.38 |
| Hex | 69 | 73 | 4E | 9 | 0 | 20 | 37 | 4C | 13 | 26 |
| Octal | 151 | 163 | 116 | 11 | 0 | 40 | 67 | 114 | 23 | 46 |
| Binary | 1101001 | 1110011 | 1001110 | 1001 | 0 | 100000 | 110111 | 1001100 | 10011 | 100110 |
Color Harmonies of #69734E
Complementary color
Monochromatic Colors of #69734E
Black with #69734E
Text Example
Text Example
White with #69734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69734E; }
p { color: rgb(105,115,78); }
H1.HeaderClassName
{
color: #69734E;
}
.AnyTagClassName
{
color: #69734E;
}
</style>
background-color css
<style>
a { background-color: #69734E; }
a { background-color: rgb(105,115,78); }
div.DivClassName
{
background-color: #69734E;
}
.BgClassName
{
background-color: #69734E;
}
</style>
border-color css
<style>
span { border-color: #69734E; }
span { border-color: rgb(105,115,78); }
td.TdClassName
{
border-color: #69734E;
}
.TagClassName
{
border-color: #69734E;
}
</style>