Shades of Siam #6B6D4B
Tints of Siam #6B6D4B
RGB
CMYK
RGB Variations
Color information
#6B6D4B (or 0x6B6D4B) is known color: Siam. HEX triplet: 6B, 6D and 4B. RGB value is (107,109,75). Sum of RGB (Red+Green+Blue) = 107+109+75=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D4B is #9492B4. Grayscale: #686868. Windows color (decimal): -9736885 or 4943211. OLE color: 4943211.
HSL color Cylindrical-coordinate representation of color #6B6D4B: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B6D4B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 75 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.57 |
| HSL | 63.53º | 0.18% | 0.36% | - |
| HSV(B) | 63.53º | 0.31% | 0.43% | - |
| XYZ | 12.8 | 14.57 | 8.79 | - |
| YUV | 104.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 75 | 0.02 | 0 | 0.31 | 0.57 | 63.53 | 0.18 | 0.36 |
| Hex | 6B | 6D | 4B | 2 | 0 | 1F | 39 | 40 | 12 | 24 |
| Octal | 153 | 155 | 113 | 2 | 0 | 37 | 71 | 100 | 22 | 44 |
| Binary | 1101011 | 1101101 | 1001011 | 10 | 0 | 11111 | 111001 | 1000000 | 10010 | 100100 |
Color Harmonies of #6B6D4B
Complementary color
Monochromatic Colors of #6B6D4B
Black with #6B6D4B
Text Example
Text Example
White with #6B6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D4B; }
p { color: rgb(107,109,75); }
H1.HeaderClassName
{
color: #6B6D4B;
}
.AnyTagClassName
{
color: #6B6D4B;
}
</style>
background-color css
<style>
a { background-color: #6B6D4B; }
a { background-color: rgb(107,109,75); }
div.DivClassName
{
background-color: #6B6D4B;
}
.BgClassName
{
background-color: #6B6D4B;
}
</style>
border-color css
<style>
span { border-color: #6B6D4B; }
span { border-color: rgb(107,109,75); }
td.TdClassName
{
border-color: #6B6D4B;
}
.TagClassName
{
border-color: #6B6D4B;
}
</style>