Shades of Siam #6C7A4A
Tints of Siam #6C7A4A
RGB
CMYK
RGB Variations
Color information
#6C7A4A (or 0x6C7A4A) is known color: Siam. HEX triplet: 6C, 7A and 4A. RGB value is (108,122,74). Sum of RGB (Red+Green+Blue) = 108+122+74=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7A4A is #9385B5. Grayscale: #707070. Windows color (decimal): -9668022 or 4881004. OLE color: 4881004.
HSL color Cylindrical-coordinate representation of color #6C7A4A: hue angle of 77.5º 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 #6C7A4A is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 122 | 74 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.52 |
| HSL | 77.5º | 0.24% | 0.38% | - |
| HSV(B) | 77.5º | 0.39% | 0.48% | - |
| XYZ | 14.38 | 17.6 | 9.12 | - |
| YUV | 112.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 74 | 0.11 | 0 | 0.39 | 0.52 | 77.5 | 0.24 | 0.38 |
| Hex | 6C | 7A | 4A | B | 0 | 27 | 34 | 4E | 18 | 26 |
| Octal | 154 | 172 | 112 | 13 | 0 | 47 | 64 | 116 | 30 | 46 |
| Binary | 1101100 | 1111010 | 1001010 | 1011 | 0 | 100111 | 110100 | 1001110 | 11000 | 100110 |
Color Harmonies of #6C7A4A
Complementary color
Monochromatic Colors of #6C7A4A
Black with #6C7A4A
Text Example
Text Example
White with #6C7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7A4A; }
p { color: rgb(108,122,74); }
H1.HeaderClassName
{
color: #6C7A4A;
}
.AnyTagClassName
{
color: #6C7A4A;
}
</style>
background-color css
<style>
a { background-color: #6C7A4A; }
a { background-color: rgb(108,122,74); }
div.DivClassName
{
background-color: #6C7A4A;
}
.BgClassName
{
background-color: #6C7A4A;
}
</style>
border-color css
<style>
span { border-color: #6C7A4A; }
span { border-color: rgb(108,122,74); }
td.TdClassName
{
border-color: #6C7A4A;
}
.TagClassName
{
border-color: #6C7A4A;
}
</style>