Shades of Peat #746B56
Tints of Peat #746B56
RGB
CMYK
RGB Variations
Color information
#746B56 (or 0x746B56) is known color: Peat. HEX triplet: 74, 6B and 56. RGB value is (116,107,86). Sum of RGB (Red+Green+Blue) = 116+107+86=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #746B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B56 is #8B94A9. Grayscale: #6B6B6B. Windows color (decimal): -9147562 or 5663604. OLE color: 5663604.
HSL color Cylindrical-coordinate representation of color #746B56: hue angle of 42º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746B56 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 86 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.55 |
| HSL | 42º | 0.15% | 0.4% | - |
| HSV(B) | 42º | 0.26% | 0.45% | - |
| XYZ | 14.14 | 14.9 | 10.93 | - |
| YUV | 107.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 86 | 0 | 0.08 | 0.26 | 0.55 | 42 | 0.15 | 0.4 |
| Hex | 74 | 6B | 56 | 0 | 8 | 1A | 37 | 2A | F | 28 |
| Octal | 164 | 153 | 126 | 0 | 10 | 32 | 67 | 52 | 17 | 50 |
| Binary | 1110100 | 1101011 | 1010110 | 0 | 1000 | 11010 | 110111 | 101010 | 1111 | 101000 |
Color Harmonies of #746B56
Complementary color
Monochromatic Colors of #746B56
Black with #746B56
Text Example
Text Example
White with #746B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B56; }
p { color: rgb(116,107,86); }
H1.HeaderClassName
{
color: #746B56;
}
.AnyTagClassName
{
color: #746B56;
}
</style>
background-color css
<style>
a { background-color: #746B56; }
a { background-color: rgb(116,107,86); }
div.DivClassName
{
background-color: #746B56;
}
.BgClassName
{
background-color: #746B56;
}
</style>
border-color css
<style>
span { border-color: #746B56; }
span { border-color: rgb(116,107,86); }
td.TdClassName
{
border-color: #746B56;
}
.TagClassName
{
border-color: #746B56;
}
</style>