Shades of Siam #6B704B
Tints of Siam #6B704B
RGB
CMYK
RGB Variations
Color information
#6B704B (or 0x6B704B) is known color: Siam. HEX triplet: 6B, 70 and 4B. RGB value is (107,112,75). Sum of RGB (Red+Green+Blue) = 107+112+75=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #6B704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B704B is #948FB4. Grayscale: #6A6A6A. Windows color (decimal): -9736117 or 4943979. OLE color: 4943979.
HSL color Cylindrical-coordinate representation of color #6B704B: hue angle of 68.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B704B is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 75 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.56 |
| HSL | 68.11º | 0.2% | 0.37% | - |
| HSV(B) | 68.11º | 0.33% | 0.44% | - |
| XYZ | 13.13 | 15.22 | 8.9 | - |
| YUV | 106.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 75 | 0.04 | 0 | 0.33 | 0.56 | 68.11 | 0.2 | 0.37 |
| Hex | 6B | 70 | 4B | 4 | 0 | 21 | 38 | 44 | 14 | 25 |
| Octal | 153 | 160 | 113 | 4 | 0 | 41 | 70 | 104 | 24 | 45 |
| Binary | 1101011 | 1110000 | 1001011 | 100 | 0 | 100001 | 111000 | 1000100 | 10100 | 100101 |
Color Harmonies of #6B704B
Complementary color
Monochromatic Colors of #6B704B
Black with #6B704B
Text Example
Text Example
White with #6B704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B704B; }
p { color: rgb(107,112,75); }
H1.HeaderClassName
{
color: #6B704B;
}
.AnyTagClassName
{
color: #6B704B;
}
</style>
background-color css
<style>
a { background-color: #6B704B; }
a { background-color: rgb(107,112,75); }
div.DivClassName
{
background-color: #6B704B;
}
.BgClassName
{
background-color: #6B704B;
}
</style>
border-color css
<style>
span { border-color: #6B704B; }
span { border-color: rgb(107,112,75); }
td.TdClassName
{
border-color: #6B704B;
}
.TagClassName
{
border-color: #6B704B;
}
</style>