Shades of Siam #6B6F51
Tints of Siam #6B6F51
RGB
CMYK
RGB Variations
Color information
#6B6F51 (or 0x6B6F51) is known color: Siam. HEX triplet: 6B, 6F and 51. RGB value is (107,111,81). Sum of RGB (Red+Green+Blue) = 107+111+81=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F51 is #9490AE. Grayscale: #6A6A6A. Windows color (decimal): -9736367 or 5336939. OLE color: 5336939.
HSL color Cylindrical-coordinate representation of color #6B6F51: hue angle of 68º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B6F51 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 81 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.56 |
| HSL | 68º | 0.16% | 0.38% | - |
| HSV(B) | 68º | 0.27% | 0.44% | - |
| XYZ | 13.23 | 15.09 | 10 | - |
| YUV | 106.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 81 | 0.04 | 0 | 0.27 | 0.56 | 68 | 0.16 | 0.38 |
| Hex | 6B | 6F | 51 | 4 | 0 | 1B | 38 | 44 | 10 | 26 |
| Octal | 153 | 157 | 121 | 4 | 0 | 33 | 70 | 104 | 20 | 46 |
| Binary | 1101011 | 1101111 | 1010001 | 100 | 0 | 11011 | 111000 | 1000100 | 10000 | 100110 |
Color Harmonies of #6B6F51
Complementary color
Monochromatic Colors of #6B6F51
Black with #6B6F51
Text Example
Text Example
White with #6B6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F51; }
p { color: rgb(107,111,81); }
H1.HeaderClassName
{
color: #6B6F51;
}
.AnyTagClassName
{
color: #6B6F51;
}
</style>
background-color css
<style>
a { background-color: #6B6F51; }
a { background-color: rgb(107,111,81); }
div.DivClassName
{
background-color: #6B6F51;
}
.BgClassName
{
background-color: #6B6F51;
}
</style>
border-color css
<style>
span { border-color: #6B6F51; }
span { border-color: rgb(107,111,81); }
td.TdClassName
{
border-color: #6B6F51;
}
.TagClassName
{
border-color: #6B6F51;
}
</style>