Shades of Siam #6B6D4A
Tints of Siam #6B6D4A
RGB
CMYK
RGB Variations
Color information
#6B6D4A (or 0x6B6D4A) is known color: Siam. HEX triplet: 6B, 6D and 4A. RGB value is (107,109,74). Sum of RGB (Red+Green+Blue) = 107+109+74=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D4A is #9492B5. Grayscale: #686868. Windows color (decimal): -9736886 or 4877675. OLE color: 4877675.
HSL color Cylindrical-coordinate representation of color #6B6D4A: hue angle of 63.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6D4A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 74 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.57 |
| HSL | 63.43º | 0.19% | 0.36% | - |
| HSV(B) | 63.43º | 0.32% | 0.43% | - |
| XYZ | 12.77 | 14.56 | 8.62 | - |
| YUV | 104.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 74 | 0.02 | 0 | 0.32 | 0.57 | 63.43 | 0.19 | 0.36 |
| Hex | 6B | 6D | 4A | 2 | 0 | 20 | 39 | 3F | 13 | 24 |
| Octal | 153 | 155 | 112 | 2 | 0 | 40 | 71 | 77 | 23 | 44 |
| Binary | 1101011 | 1101101 | 1001010 | 10 | 0 | 100000 | 111001 | 111111 | 10011 | 100100 |
Color Harmonies of #6B6D4A
Complementary color
Monochromatic Colors of #6B6D4A
Black with #6B6D4A
Text Example
Text Example
White with #6B6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D4A; }
p { color: rgb(107,109,74); }
H1.HeaderClassName
{
color: #6B6D4A;
}
.AnyTagClassName
{
color: #6B6D4A;
}
</style>
background-color css
<style>
a { background-color: #6B6D4A; }
a { background-color: rgb(107,109,74); }
div.DivClassName
{
background-color: #6B6D4A;
}
.BgClassName
{
background-color: #6B6D4A;
}
</style>
border-color css
<style>
span { border-color: #6B6D4A; }
span { border-color: rgb(107,109,74); }
td.TdClassName
{
border-color: #6B6D4A;
}
.TagClassName
{
border-color: #6B6D4A;
}
</style>