Shades of Siam #6B6D5D
Tints of Siam #6B6D5D
RGB
CMYK
RGB Variations
Color information
#6B6D5D (or 0x6B6D5D) is known color: Siam. HEX triplet: 6B, 6D and 5D. RGB value is (107,109,93). Sum of RGB (Red+Green+Blue) = 107+109+93=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D5D is #9492A2. Grayscale: #6A6A6A. Windows color (decimal): -9736867 or 6122859. OLE color: 6122859.
HSL color Cylindrical-coordinate representation of color #6B6D5D: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B6D5D is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
RGB | 107 | 109 | 93 | - |
CMYK | 0.02 | 0 | 0.15 | 0.57 |
HSL | 67.5º | 0.08% | 0.4% | - |
HSV(B) | 67.5º | 0.15% | 0.43% | - |
XYZ | 13.51 | 14.85 | 12.51 | - |
YUV | 106.58 | 120.34 | 128.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 109 | 93 | 0.02 | 0 | 0.15 | 0.57 | 67.5 | 0.08 | 0.4 |
Hex | 6B | 6D | 5D | 2 | 0 | F | 39 | 44 | 8 | 28 |
Octal | 153 | 155 | 135 | 2 | 0 | 17 | 71 | 104 | 10 | 50 |
Binary | 1101011 | 1101101 | 1011101 | 10 | 0 | 1111 | 111001 | 1000100 | 1000 | 101000 |
Color Harmonies of #6B6D5D
Complementary color
Monochromatic Colors of #6B6D5D
Black with #6B6D5D
Text Example
Text Example
White with #6B6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D5D; }
p { color: rgb(107,109,93); }
H1.HeaderClassName
{
color: #6B6D5D;
}
.AnyTagClassName
{
color: #6B6D5D;
}
</style>
background-color css
<style>
a { background-color: #6B6D5D; }
a { background-color: rgb(107,109,93); }
div.DivClassName
{
background-color: #6B6D5D;
}
.BgClassName
{
background-color: #6B6D5D;
}
</style>
border-color css
<style>
span { border-color: #6B6D5D; }
span { border-color: rgb(107,109,93); }
td.TdClassName
{
border-color: #6B6D5D;
}
.TagClassName
{
border-color: #6B6D5D;
}
</style>