Shades of Siam #6F7344
Tints of Siam #6F7344
RGB
CMYK
RGB Variations
Color information
#6F7344 (or 0x6F7344) is known color: Siam. HEX triplet: 6F, 73 and 44. RGB value is (111,115,68). Sum of RGB (Red+Green+Blue) = 111+115+68=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7344 is #908CBB. Grayscale: #6C6C6C. Windows color (decimal): -9473212 or 4485999. OLE color: 4485999.
HSL color Cylindrical-coordinate representation of color #6F7344: hue angle of 65.11º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7344 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 68 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.55 |
| HSL | 65.11º | 0.26% | 0.36% | - |
| HSV(B) | 65.11º | 0.41% | 0.45% | - |
| XYZ | 13.73 | 16.06 | 7.84 | - |
| YUV | 108.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 68 | 0.03 | 0 | 0.41 | 0.55 | 65.11 | 0.26 | 0.36 |
| Hex | 6F | 73 | 44 | 3 | 0 | 29 | 37 | 41 | 1A | 24 |
| Octal | 157 | 163 | 104 | 3 | 0 | 51 | 67 | 101 | 32 | 44 |
| Binary | 1101111 | 1110011 | 1000100 | 11 | 0 | 101001 | 110111 | 1000001 | 11010 | 100100 |
Color Harmonies of #6F7344
Complementary color
Monochromatic Colors of #6F7344
Black with #6F7344
Text Example
Text Example
White with #6F7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7344; }
p { color: rgb(111,115,68); }
H1.HeaderClassName
{
color: #6F7344;
}
.AnyTagClassName
{
color: #6F7344;
}
</style>
background-color css
<style>
a { background-color: #6F7344; }
a { background-color: rgb(111,115,68); }
div.DivClassName
{
background-color: #6F7344;
}
.BgClassName
{
background-color: #6F7344;
}
</style>
border-color css
<style>
span { border-color: #6F7344; }
span { border-color: rgb(111,115,68); }
td.TdClassName
{
border-color: #6F7344;
}
.TagClassName
{
border-color: #6F7344;
}
</style>