Shades of Siam #6F714A
Tints of Siam #6F714A
RGB
CMYK
RGB Variations
Color information
#6F714A (or 0x6F714A) is known color: Siam. HEX triplet: 6F, 71 and 4A. RGB value is (111,113,74). Sum of RGB (Red+Green+Blue) = 111+113+74=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F714A is #908EB5. Grayscale: #6C6C6C. Windows color (decimal): -9473718 or 4878703. OLE color: 4878703.
HSL color Cylindrical-coordinate representation of color #6F714A: hue angle of 63.08º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F714A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 74 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.56 |
| HSL | 63.08º | 0.21% | 0.37% | - |
| HSV(B) | 63.08º | 0.35% | 0.44% | - |
| XYZ | 13.7 | 15.68 | 8.78 | - |
| YUV | 107.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 74 | 0.02 | 0 | 0.35 | 0.56 | 63.08 | 0.21 | 0.37 |
| Hex | 6F | 71 | 4A | 2 | 0 | 23 | 38 | 3F | 15 | 25 |
| Octal | 157 | 161 | 112 | 2 | 0 | 43 | 70 | 77 | 25 | 45 |
| Binary | 1101111 | 1110001 | 1001010 | 10 | 0 | 100011 | 111000 | 111111 | 10101 | 100101 |
Color Harmonies of #6F714A
Complementary color
Monochromatic Colors of #6F714A
Black with #6F714A
Text Example
Text Example
White with #6F714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F714A; }
p { color: rgb(111,113,74); }
H1.HeaderClassName
{
color: #6F714A;
}
.AnyTagClassName
{
color: #6F714A;
}
</style>
background-color css
<style>
a { background-color: #6F714A; }
a { background-color: rgb(111,113,74); }
div.DivClassName
{
background-color: #6F714A;
}
.BgClassName
{
background-color: #6F714A;
}
</style>
border-color css
<style>
span { border-color: #6F714A; }
span { border-color: rgb(111,113,74); }
td.TdClassName
{
border-color: #6F714A;
}
.TagClassName
{
border-color: #6F714A;
}
</style>