Shades of Siam #6F7450
Tints of Siam #6F7450
RGB
CMYK
RGB Variations
Color information
#6F7450 (or 0x6F7450) is known color: Siam. HEX triplet: 6F, 74 and 50. RGB value is (111,116,80). Sum of RGB (Red+Green+Blue) = 111+116+80=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7450 is #908BAF. Grayscale: #6E6E6E. Windows color (decimal): -9472944 or 5272687. OLE color: 5272687.
HSL color Cylindrical-coordinate representation of color #6F7450: hue angle of 68.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F7450 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 80 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.55 |
| HSL | 68.33º | 0.18% | 0.38% | - |
| HSV(B) | 68.33º | 0.31% | 0.45% | - |
| XYZ | 14.25 | 16.45 | 10.01 | - |
| YUV | 110.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 80 | 0.04 | 0 | 0.31 | 0.55 | 68.33 | 0.18 | 0.38 |
| Hex | 6F | 74 | 50 | 4 | 0 | 1F | 37 | 44 | 12 | 26 |
| Octal | 157 | 164 | 120 | 4 | 0 | 37 | 67 | 104 | 22 | 46 |
| Binary | 1101111 | 1110100 | 1010000 | 100 | 0 | 11111 | 110111 | 1000100 | 10010 | 100110 |
Color Harmonies of #6F7450
Complementary color
Monochromatic Colors of #6F7450
Black with #6F7450
Text Example
Text Example
White with #6F7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7450; }
p { color: rgb(111,116,80); }
H1.HeaderClassName
{
color: #6F7450;
}
.AnyTagClassName
{
color: #6F7450;
}
</style>
background-color css
<style>
a { background-color: #6F7450; }
a { background-color: rgb(111,116,80); }
div.DivClassName
{
background-color: #6F7450;
}
.BgClassName
{
background-color: #6F7450;
}
</style>
border-color css
<style>
span { border-color: #6F7450; }
span { border-color: rgb(111,116,80); }
td.TdClassName
{
border-color: #6F7450;
}
.TagClassName
{
border-color: #6F7450;
}
</style>