Shades of Siam #6B7451
Tints of Siam #6B7451
RGB
CMYK
RGB Variations
Color information
#6B7451 (or 0x6B7451) is known color: Siam. HEX triplet: 6B, 74 and 51. RGB value is (107,116,81). Sum of RGB (Red+Green+Blue) = 107+116+81=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7451 is #948BAE. Grayscale: #6D6D6D. Windows color (decimal): -9735087 or 5338219. OLE color: 5338219.
HSL color Cylindrical-coordinate representation of color #6B7451: hue angle of 75.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B7451 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 81 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.55 |
| HSL | 75.43º | 0.18% | 0.39% | - |
| HSV(B) | 75.43º | 0.3% | 0.45% | - |
| XYZ | 13.79 | 16.21 | 10.19 | - |
| YUV | 109.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 81 | 0.08 | 0 | 0.30 | 0.55 | 75.43 | 0.18 | 0.39 |
| Hex | 6B | 74 | 51 | 8 | 0 | 1E | 37 | 4B | 12 | 27 |
| Octal | 153 | 164 | 121 | 10 | 0 | 36 | 67 | 113 | 22 | 47 |
| Binary | 1101011 | 1110100 | 1010001 | 1000 | 0 | 11110 | 110111 | 1001011 | 10010 | 100111 |
Color Harmonies of #6B7451
Complementary color
Monochromatic Colors of #6B7451
Black with #6B7451
Text Example
Text Example
White with #6B7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7451; }
p { color: rgb(107,116,81); }
H1.HeaderClassName
{
color: #6B7451;
}
.AnyTagClassName
{
color: #6B7451;
}
</style>
background-color css
<style>
a { background-color: #6B7451; }
a { background-color: rgb(107,116,81); }
div.DivClassName
{
background-color: #6B7451;
}
.BgClassName
{
background-color: #6B7451;
}
</style>
border-color css
<style>
span { border-color: #6B7451; }
span { border-color: rgb(107,116,81); }
td.TdClassName
{
border-color: #6B7451;
}
.TagClassName
{
border-color: #6B7451;
}
</style>