Shades of Siam #6B6F4F
Tints of Siam #6B6F4F
RGB
CMYK
RGB Variations
Color information
#6B6F4F (or 0x6B6F4F) is known color: Siam. HEX triplet: 6B, 6F and 4F. RGB value is (107,111,79). Sum of RGB (Red+Green+Blue) = 107+111+79=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F4F is #9490B0. Grayscale: #6A6A6A. Windows color (decimal): -9736369 or 5205867. OLE color: 5205867.
HSL color Cylindrical-coordinate representation of color #6B6F4F: hue angle of 67.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B6F4F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 79 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.56 |
| HSL | 67.5º | 0.17% | 0.37% | - |
| HSV(B) | 67.5º | 0.29% | 0.44% | - |
| XYZ | 13.16 | 15.06 | 9.61 | - |
| YUV | 106.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 79 | 0.04 | 0 | 0.29 | 0.56 | 67.5 | 0.17 | 0.37 |
| Hex | 6B | 6F | 4F | 4 | 0 | 1D | 38 | 44 | 11 | 25 |
| Octal | 153 | 157 | 117 | 4 | 0 | 35 | 70 | 104 | 21 | 45 |
| Binary | 1101011 | 1101111 | 1001111 | 100 | 0 | 11101 | 111000 | 1000100 | 10001 | 100101 |
Color Harmonies of #6B6F4F
Complementary color
Monochromatic Colors of #6B6F4F
Black with #6B6F4F
Text Example
Text Example
White with #6B6F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F4F; }
p { color: rgb(107,111,79); }
H1.HeaderClassName
{
color: #6B6F4F;
}
.AnyTagClassName
{
color: #6B6F4F;
}
</style>
background-color css
<style>
a { background-color: #6B6F4F; }
a { background-color: rgb(107,111,79); }
div.DivClassName
{
background-color: #6B6F4F;
}
.BgClassName
{
background-color: #6B6F4F;
}
</style>
border-color css
<style>
span { border-color: #6B6F4F; }
span { border-color: rgb(107,111,79); }
td.TdClassName
{
border-color: #6B6F4F;
}
.TagClassName
{
border-color: #6B6F4F;
}
</style>