Shades of Siam #6F714C
Tints of Siam #6F714C
RGB
CMYK
RGB Variations
Color information
#6F714C (or 0x6F714C) is known color: Siam. HEX triplet: 6F, 71 and 4C. RGB value is (111,113,76). Sum of RGB (Red+Green+Blue) = 111+113+76=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F714C is #908EB3. Grayscale: #6C6C6C. Windows color (decimal): -9473716 or 5009775. OLE color: 5009775.
HSL color Cylindrical-coordinate representation of color #6F714C: hue angle of 63.24º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F714C is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 76 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.56 |
| HSL | 63.24º | 0.2% | 0.37% | - |
| HSV(B) | 63.24º | 0.33% | 0.44% | - |
| XYZ | 13.77 | 15.71 | 9.14 | - |
| YUV | 108.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 76 | 0.02 | 0 | 0.33 | 0.56 | 63.24 | 0.2 | 0.37 |
| Hex | 6F | 71 | 4C | 2 | 0 | 21 | 38 | 3F | 14 | 25 |
| Octal | 157 | 161 | 114 | 2 | 0 | 41 | 70 | 77 | 24 | 45 |
| Binary | 1101111 | 1110001 | 1001100 | 10 | 0 | 100001 | 111000 | 111111 | 10100 | 100101 |
Color Harmonies of #6F714C
Complementary color
Monochromatic Colors of #6F714C
Black with #6F714C
Text Example
Text Example
White with #6F714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F714C; }
p { color: rgb(111,113,76); }
H1.HeaderClassName
{
color: #6F714C;
}
.AnyTagClassName
{
color: #6F714C;
}
</style>
background-color css
<style>
a { background-color: #6F714C; }
a { background-color: rgb(111,113,76); }
div.DivClassName
{
background-color: #6F714C;
}
.BgClassName
{
background-color: #6F714C;
}
</style>
border-color css
<style>
span { border-color: #6F714C; }
span { border-color: rgb(111,113,76); }
td.TdClassName
{
border-color: #6F714C;
}
.TagClassName
{
border-color: #6F714C;
}
</style>