Shades of Siam #6B6D58
Tints of Siam #6B6D58
RGB
CMYK
RGB Variations
Color information
#6B6D58 (or 0x6B6D58) is known color: Siam. HEX triplet: 6B, 6D and 58. RGB value is (107,109,88). Sum of RGB (Red+Green+Blue) = 107+109+88=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D58 is #9492A7. Grayscale: #6A6A6A. Windows color (decimal): -9736872 or 5795179. OLE color: 5795179.
HSL color Cylindrical-coordinate representation of color #6B6D58: hue angle of 65.71º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B6D58 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 88 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.57 |
| HSL | 65.71º | 0.11% | 0.39% | - |
| HSV(B) | 65.71º | 0.19% | 0.43% | - |
| XYZ | 13.29 | 14.77 | 11.38 | - |
| YUV | 106.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 88 | 0.02 | 0 | 0.19 | 0.57 | 65.71 | 0.11 | 0.39 |
| Hex | 6B | 6D | 58 | 2 | 0 | 13 | 39 | 42 | B | 27 |
| Octal | 153 | 155 | 130 | 2 | 0 | 23 | 71 | 102 | 13 | 47 |
| Binary | 1101011 | 1101101 | 1011000 | 10 | 0 | 10011 | 111001 | 1000010 | 1011 | 100111 |
Color Harmonies of #6B6D58
Complementary color
Monochromatic Colors of #6B6D58
Black with #6B6D58
Text Example
Text Example
White with #6B6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D58; }
p { color: rgb(107,109,88); }
H1.HeaderClassName
{
color: #6B6D58;
}
.AnyTagClassName
{
color: #6B6D58;
}
</style>
background-color css
<style>
a { background-color: #6B6D58; }
a { background-color: rgb(107,109,88); }
div.DivClassName
{
background-color: #6B6D58;
}
.BgClassName
{
background-color: #6B6D58;
}
</style>
border-color css
<style>
span { border-color: #6B6D58; }
span { border-color: rgb(107,109,88); }
td.TdClassName
{
border-color: #6B6D58;
}
.TagClassName
{
border-color: #6B6D58;
}
</style>