Shades of Siam #6A7848
Tints of Siam #6A7848
RGB
CMYK
RGB Variations
Color information
#6A7848 (or 0x6A7848) is known color: Siam. HEX triplet: 6A, 78 and 48. RGB value is (106,120,72). Sum of RGB (Red+Green+Blue) = 106+120+72=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7848 is #9587B7. Grayscale: #6E6E6E. Windows color (decimal): -9799608 or 4749418. OLE color: 4749418.
HSL color Cylindrical-coordinate representation of color #6A7848: hue angle of 77.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A7848 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 72 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.53 |
| HSL | 77.5º | 0.25% | 0.38% | - |
| HSV(B) | 77.5º | 0.4% | 0.47% | - |
| XYZ | 13.83 | 16.96 | 8.68 | - |
| YUV | 110.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 72 | 0.12 | 0 | 0.40 | 0.53 | 77.5 | 0.25 | 0.38 |
| Hex | 6A | 78 | 48 | C | 0 | 28 | 35 | 4E | 19 | 26 |
| Octal | 152 | 170 | 110 | 14 | 0 | 50 | 65 | 116 | 31 | 46 |
| Binary | 1101010 | 1111000 | 1001000 | 1100 | 0 | 101000 | 110101 | 1001110 | 11001 | 100110 |
Color Harmonies of #6A7848
Complementary color
Monochromatic Colors of #6A7848
Black with #6A7848
Text Example
Text Example
White with #6A7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7848; }
p { color: rgb(106,120,72); }
H1.HeaderClassName
{
color: #6A7848;
}
.AnyTagClassName
{
color: #6A7848;
}
</style>
background-color css
<style>
a { background-color: #6A7848; }
a { background-color: rgb(106,120,72); }
div.DivClassName
{
background-color: #6A7848;
}
.BgClassName
{
background-color: #6A7848;
}
</style>
border-color css
<style>
span { border-color: #6A7848; }
span { border-color: rgb(106,120,72); }
td.TdClassName
{
border-color: #6A7848;
}
.TagClassName
{
border-color: #6A7848;
}
</style>