Shades of Siam #69714B
Tints of Siam #69714B
RGB
CMYK
RGB Variations
Color information
#69714B (or 0x69714B) is known color: Siam. HEX triplet: 69, 71 and 4B. RGB value is (105,113,75). Sum of RGB (Red+Green+Blue) = 105+113+75=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #69714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69714B is #968EB4. Grayscale: #6A6A6A. Windows color (decimal): -9866933 or 4944233. OLE color: 4944233.
HSL color Cylindrical-coordinate representation of color #69714B: hue angle of 72.63º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69714B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 75 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.56 |
| HSL | 72.63º | 0.2% | 0.37% | - |
| HSV(B) | 72.63º | 0.34% | 0.44% | - |
| XYZ | 13 | 15.32 | 8.93 | - |
| YUV | 106.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 75 | 0.07 | 0 | 0.34 | 0.56 | 72.63 | 0.2 | 0.37 |
| Hex | 69 | 71 | 4B | 7 | 0 | 22 | 38 | 49 | 14 | 25 |
| Octal | 151 | 161 | 113 | 7 | 0 | 42 | 70 | 111 | 24 | 45 |
| Binary | 1101001 | 1110001 | 1001011 | 111 | 0 | 100010 | 111000 | 1001001 | 10100 | 100101 |
Color Harmonies of #69714B
Complementary color
Monochromatic Colors of #69714B
Black with #69714B
Text Example
Text Example
White with #69714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69714B; }
p { color: rgb(105,113,75); }
H1.HeaderClassName
{
color: #69714B;
}
.AnyTagClassName
{
color: #69714B;
}
</style>
background-color css
<style>
a { background-color: #69714B; }
a { background-color: rgb(105,113,75); }
div.DivClassName
{
background-color: #69714B;
}
.BgClassName
{
background-color: #69714B;
}
</style>
border-color css
<style>
span { border-color: #69714B; }
span { border-color: rgb(105,113,75); }
td.TdClassName
{
border-color: #69714B;
}
.TagClassName
{
border-color: #69714B;
}
</style>