Shades of Siam #6B724E
Tints of Siam #6B724E
RGB
CMYK
RGB Variations
Color information
#6B724E (or 0x6B724E) is known color: Siam. HEX triplet: 6B, 72 and 4E. RGB value is (107,114,78). Sum of RGB (Red+Green+Blue) = 107+114+78=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #6B724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B724E is #948DB1. Grayscale: #6B6B6B. Windows color (decimal): -9735602 or 5141099. OLE color: 5141099.
HSL color Cylindrical-coordinate representation of color #6B724E: hue angle of 71.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B724E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 78 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.55 |
| HSL | 71.67º | 0.19% | 0.38% | - |
| HSV(B) | 71.67º | 0.32% | 0.45% | - |
| XYZ | 13.46 | 15.71 | 9.53 | - |
| YUV | 107.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 78 | 0.06 | 0 | 0.32 | 0.55 | 71.67 | 0.19 | 0.38 |
| Hex | 6B | 72 | 4E | 6 | 0 | 20 | 37 | 48 | 13 | 26 |
| Octal | 153 | 162 | 116 | 6 | 0 | 40 | 67 | 110 | 23 | 46 |
| Binary | 1101011 | 1110010 | 1001110 | 110 | 0 | 100000 | 110111 | 1001000 | 10011 | 100110 |
Color Harmonies of #6B724E
Complementary color
Monochromatic Colors of #6B724E
Black with #6B724E
Text Example
Text Example
White with #6B724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B724E; }
p { color: rgb(107,114,78); }
H1.HeaderClassName
{
color: #6B724E;
}
.AnyTagClassName
{
color: #6B724E;
}
</style>
background-color css
<style>
a { background-color: #6B724E; }
a { background-color: rgb(107,114,78); }
div.DivClassName
{
background-color: #6B724E;
}
.BgClassName
{
background-color: #6B724E;
}
</style>
border-color css
<style>
span { border-color: #6B724E; }
span { border-color: rgb(107,114,78); }
td.TdClassName
{
border-color: #6B724E;
}
.TagClassName
{
border-color: #6B724E;
}
</style>