Shades of Siam #6F7A4A
Tints of Siam #6F7A4A
RGB
CMYK
RGB Variations
Color information
#6F7A4A (or 0x6F7A4A) is known color: Siam. HEX triplet: 6F, 7A and 4A. RGB value is (111,122,74). Sum of RGB (Red+Green+Blue) = 111+122+74=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7A4A is #9085B5. Grayscale: #717171. Windows color (decimal): -9471414 or 4881007. OLE color: 4881007.
HSL color Cylindrical-coordinate representation of color #6F7A4A: hue angle of 73.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F7A4A is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 74 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.52 |
| HSL | 73.75º | 0.24% | 0.38% | - |
| HSV(B) | 73.75º | 0.39% | 0.48% | - |
| XYZ | 14.75 | 17.79 | 9.14 | - |
| YUV | 113.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 74 | 0.09 | 0 | 0.39 | 0.52 | 73.75 | 0.24 | 0.38 |
| Hex | 6F | 7A | 4A | 9 | 0 | 27 | 34 | 4A | 18 | 26 |
| Octal | 157 | 172 | 112 | 11 | 0 | 47 | 64 | 112 | 30 | 46 |
| Binary | 1101111 | 1111010 | 1001010 | 1001 | 0 | 100111 | 110100 | 1001010 | 11000 | 100110 |
Color Harmonies of #6F7A4A
Complementary color
Monochromatic Colors of #6F7A4A
Black with #6F7A4A
Text Example
Text Example
White with #6F7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A4A; }
p { color: rgb(111,122,74); }
H1.HeaderClassName
{
color: #6F7A4A;
}
.AnyTagClassName
{
color: #6F7A4A;
}
</style>
background-color css
<style>
a { background-color: #6F7A4A; }
a { background-color: rgb(111,122,74); }
div.DivClassName
{
background-color: #6F7A4A;
}
.BgClassName
{
background-color: #6F7A4A;
}
</style>
border-color css
<style>
span { border-color: #6F7A4A; }
span { border-color: rgb(111,122,74); }
td.TdClassName
{
border-color: #6F7A4A;
}
.TagClassName
{
border-color: #6F7A4A;
}
</style>