Shades of Siam #6F714F
Tints of Siam #6F714F
RGB
CMYK
RGB Variations
Color information
#6F714F (or 0x6F714F) is known color: Siam. HEX triplet: 6F, 71 and 4F. RGB value is (111,113,79). Sum of RGB (Red+Green+Blue) = 111+113+79=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F714F is #908EB0. Grayscale: #6C6C6C. Windows color (decimal): -9473713 or 5206383. OLE color: 5206383.
HSL color Cylindrical-coordinate representation of color #6F714F: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F714F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 79 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.56 |
| HSL | 63.53º | 0.18% | 0.38% | - |
| HSV(B) | 63.53º | 0.3% | 0.44% | - |
| XYZ | 13.87 | 15.75 | 9.71 | - |
| YUV | 108.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 79 | 0.02 | 0 | 0.30 | 0.56 | 63.53 | 0.18 | 0.38 |
| Hex | 6F | 71 | 4F | 2 | 0 | 1E | 38 | 40 | 12 | 26 |
| Octal | 157 | 161 | 117 | 2 | 0 | 36 | 70 | 100 | 22 | 46 |
| Binary | 1101111 | 1110001 | 1001111 | 10 | 0 | 11110 | 111000 | 1000000 | 10010 | 100110 |
Color Harmonies of #6F714F
Complementary color
Monochromatic Colors of #6F714F
Black with #6F714F
Text Example
Text Example
White with #6F714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F714F; }
p { color: rgb(111,113,79); }
H1.HeaderClassName
{
color: #6F714F;
}
.AnyTagClassName
{
color: #6F714F;
}
</style>
background-color css
<style>
a { background-color: #6F714F; }
a { background-color: rgb(111,113,79); }
div.DivClassName
{
background-color: #6F714F;
}
.BgClassName
{
background-color: #6F714F;
}
</style>
border-color css
<style>
span { border-color: #6F714F; }
span { border-color: rgb(111,113,79); }
td.TdClassName
{
border-color: #6F714F;
}
.TagClassName
{
border-color: #6F714F;
}
</style>