Shades of Siam #6B6D4D
Tints of Siam #6B6D4D
RGB
CMYK
RGB Variations
Color information
#6B6D4D (or 0x6B6D4D) is known color: Siam. HEX triplet: 6B, 6D and 4D. RGB value is (107,109,77). Sum of RGB (Red+Green+Blue) = 107+109+77=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D4D is #9492B2. Grayscale: #686868. Windows color (decimal): -9736883 or 5074283. OLE color: 5074283.
HSL color Cylindrical-coordinate representation of color #6B6D4D: hue angle of 63.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B6D4D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 77 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.57 |
| HSL | 63.75º | 0.17% | 0.36% | - |
| HSV(B) | 63.75º | 0.29% | 0.43% | - |
| XYZ | 12.87 | 14.6 | 9.16 | - |
| YUV | 104.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 77 | 0.02 | 0 | 0.29 | 0.57 | 63.75 | 0.17 | 0.36 |
| Hex | 6B | 6D | 4D | 2 | 0 | 1D | 39 | 40 | 11 | 24 |
| Octal | 153 | 155 | 115 | 2 | 0 | 35 | 71 | 100 | 21 | 44 |
| Binary | 1101011 | 1101101 | 1001101 | 10 | 0 | 11101 | 111001 | 1000000 | 10001 | 100100 |
Color Harmonies of #6B6D4D
Complementary color
Monochromatic Colors of #6B6D4D
Black with #6B6D4D
Text Example
Text Example
White with #6B6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D4D; }
p { color: rgb(107,109,77); }
H1.HeaderClassName
{
color: #6B6D4D;
}
.AnyTagClassName
{
color: #6B6D4D;
}
</style>
background-color css
<style>
a { background-color: #6B6D4D; }
a { background-color: rgb(107,109,77); }
div.DivClassName
{
background-color: #6B6D4D;
}
.BgClassName
{
background-color: #6B6D4D;
}
</style>
border-color css
<style>
span { border-color: #6B6D4D; }
span { border-color: rgb(107,109,77); }
td.TdClassName
{
border-color: #6B6D4D;
}
.TagClassName
{
border-color: #6B6D4D;
}
</style>