Shades of Siam #6F7848
Tints of Siam #6F7848
RGB
CMYK
RGB Variations
Color information
#6F7848 (or 0x6F7848) is known color: Siam. HEX triplet: 6F, 78 and 48. RGB value is (111,120,72). Sum of RGB (Red+Green+Blue) = 111+120+72=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7848 is #9087B7. Grayscale: #707070. Windows color (decimal): -9471928 or 4749423. OLE color: 4749423.
HSL color Cylindrical-coordinate representation of color #6F7848: hue angle of 71.25º 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 #6F7848 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 72 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.53 |
| HSL | 71.25º | 0.25% | 0.38% | - |
| HSV(B) | 71.25º | 0.4% | 0.47% | - |
| XYZ | 14.44 | 17.28 | 8.71 | - |
| YUV | 111.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 72 | 0.08 | 0 | 0.40 | 0.53 | 71.25 | 0.25 | 0.38 |
| Hex | 6F | 78 | 48 | 8 | 0 | 28 | 35 | 47 | 19 | 26 |
| Octal | 157 | 170 | 110 | 10 | 0 | 50 | 65 | 107 | 31 | 46 |
| Binary | 1101111 | 1111000 | 1001000 | 1000 | 0 | 101000 | 110101 | 1000111 | 11001 | 100110 |
Color Harmonies of #6F7848
Complementary color
Monochromatic Colors of #6F7848
Black with #6F7848
Text Example
Text Example
White with #6F7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7848; }
p { color: rgb(111,120,72); }
H1.HeaderClassName
{
color: #6F7848;
}
.AnyTagClassName
{
color: #6F7848;
}
</style>
background-color css
<style>
a { background-color: #6F7848; }
a { background-color: rgb(111,120,72); }
div.DivClassName
{
background-color: #6F7848;
}
.BgClassName
{
background-color: #6F7848;
}
</style>
border-color css
<style>
span { border-color: #6F7848; }
span { border-color: rgb(111,120,72); }
td.TdClassName
{
border-color: #6F7848;
}
.TagClassName
{
border-color: #6F7848;
}
</style>