Shades of Siam #6B7355
Tints of Siam #6B7355
RGB
CMYK
RGB Variations
Color information
#6B7355 (or 0x6B7355) is known color: Siam. HEX triplet: 6B, 73 and 55. RGB value is (107,115,85). Sum of RGB (Red+Green+Blue) = 107+115+85=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7355 is #948CAA. Grayscale: #6D6D6D. Windows color (decimal): -9735339 or 5600107. OLE color: 5600107.
HSL color Cylindrical-coordinate representation of color #6B7355: hue angle of 76º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7355 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 85 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.55 |
| HSL | 76º | 0.15% | 0.39% | - |
| HSV(B) | 76º | 0.26% | 0.45% | - |
| XYZ | 13.83 | 16.04 | 10.96 | - |
| YUV | 109.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 85 | 0.07 | 0 | 0.26 | 0.55 | 76 | 0.15 | 0.39 |
| Hex | 6B | 73 | 55 | 7 | 0 | 1A | 37 | 4C | F | 27 |
| Octal | 153 | 163 | 125 | 7 | 0 | 32 | 67 | 114 | 17 | 47 |
| Binary | 1101011 | 1110011 | 1010101 | 111 | 0 | 11010 | 110111 | 1001100 | 1111 | 100111 |
Color Harmonies of #6B7355
Complementary color
Monochromatic Colors of #6B7355
Black with #6B7355
Text Example
Text Example
White with #6B7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7355; }
p { color: rgb(107,115,85); }
H1.HeaderClassName
{
color: #6B7355;
}
.AnyTagClassName
{
color: #6B7355;
}
</style>
background-color css
<style>
a { background-color: #6B7355; }
a { background-color: rgb(107,115,85); }
div.DivClassName
{
background-color: #6B7355;
}
.BgClassName
{
background-color: #6B7355;
}
</style>
border-color css
<style>
span { border-color: #6B7355; }
span { border-color: rgb(107,115,85); }
td.TdClassName
{
border-color: #6B7355;
}
.TagClassName
{
border-color: #6B7355;
}
</style>