Shades of Siam #6B6C5B
Tints of Siam #6B6C5B
RGB
CMYK
RGB Variations
Color information
#6B6C5B (or 0x6B6C5B) is known color: Siam. HEX triplet: 6B, 6C and 5B. RGB value is (107,108,91). Sum of RGB (Red+Green+Blue) = 107+108+91=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C5B is #9493A4. Grayscale: #696969. Windows color (decimal): -9737125 or 5991531. OLE color: 5991531.
HSL color Cylindrical-coordinate representation of color #6B6C5B: hue angle of 63.53º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B6C5B is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 91 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.58 |
| HSL | 63.53º | 0.09% | 0.39% | - |
| HSV(B) | 63.53º | 0.16% | 0.42% | - |
| XYZ | 13.31 | 14.61 | 12.02 | - |
| YUV | 105.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 91 | 0.01 | 0 | 0.16 | 0.58 | 63.53 | 0.09 | 0.39 |
| Hex | 6B | 6C | 5B | 1 | 0 | 10 | 3A | 40 | 9 | 27 |
| Octal | 153 | 154 | 133 | 1 | 0 | 20 | 72 | 100 | 11 | 47 |
| Binary | 1101011 | 1101100 | 1011011 | 1 | 0 | 10000 | 111010 | 1000000 | 1001 | 100111 |
Color Harmonies of #6B6C5B
Complementary color
Monochromatic Colors of #6B6C5B
Black with #6B6C5B
Text Example
Text Example
White with #6B6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C5B; }
p { color: rgb(107,108,91); }
H1.HeaderClassName
{
color: #6B6C5B;
}
.AnyTagClassName
{
color: #6B6C5B;
}
</style>
background-color css
<style>
a { background-color: #6B6C5B; }
a { background-color: rgb(107,108,91); }
div.DivClassName
{
background-color: #6B6C5B;
}
.BgClassName
{
background-color: #6B6C5B;
}
</style>
border-color css
<style>
span { border-color: #6B6C5B; }
span { border-color: rgb(107,108,91); }
td.TdClassName
{
border-color: #6B6C5B;
}
.TagClassName
{
border-color: #6B6C5B;
}
</style>