Shades of Siam #6F7053
Tints of Siam #6F7053
RGB
CMYK
RGB Variations
Color information
#6F7053 (or 0x6F7053) is known color: Siam. HEX triplet: 6F, 70 and 53. RGB value is (111,112,83). Sum of RGB (Red+Green+Blue) = 111+112+83=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7053 is #908FAC. Grayscale: #6C6C6C. Windows color (decimal): -9473965 or 5468271. OLE color: 5468271.
HSL color Cylindrical-coordinate representation of color #6F7053: hue angle of 62.07º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7053 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 83 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.56 |
| HSL | 62.07º | 0.15% | 0.38% | - |
| HSV(B) | 62.07º | 0.26% | 0.44% | - |
| XYZ | 13.91 | 15.59 | 10.46 | - |
| YUV | 108.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 83 | 0.01 | 0 | 0.26 | 0.56 | 62.07 | 0.15 | 0.38 |
| Hex | 6F | 70 | 53 | 1 | 0 | 1A | 38 | 3E | F | 26 |
| Octal | 157 | 160 | 123 | 1 | 0 | 32 | 70 | 76 | 17 | 46 |
| Binary | 1101111 | 1110000 | 1010011 | 1 | 0 | 11010 | 111000 | 111110 | 1111 | 100110 |
Color Harmonies of #6F7053
Complementary color
Monochromatic Colors of #6F7053
Black with #6F7053
Text Example
Text Example
White with #6F7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7053; }
p { color: rgb(111,112,83); }
H1.HeaderClassName
{
color: #6F7053;
}
.AnyTagClassName
{
color: #6F7053;
}
</style>
background-color css
<style>
a { background-color: #6F7053; }
a { background-color: rgb(111,112,83); }
div.DivClassName
{
background-color: #6F7053;
}
.BgClassName
{
background-color: #6F7053;
}
</style>
border-color css
<style>
span { border-color: #6F7053; }
span { border-color: rgb(111,112,83); }
td.TdClassName
{
border-color: #6F7053;
}
.TagClassName
{
border-color: #6F7053;
}
</style>