Shades of Peat #716B58
Tints of Peat #716B58
RGB
CMYK
RGB Variations
Color information
#716B58 (or 0x716B58) is known color: Peat. HEX triplet: 71, 6B and 58. RGB value is (113,107,88). Sum of RGB (Red+Green+Blue) = 113+107+88=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B58 is #8E94A7. Grayscale: #6A6A6A. Windows color (decimal): -9344168 or 5794673. OLE color: 5794673.
HSL color Cylindrical-coordinate representation of color #716B58: hue angle of 45.6º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716B58 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 88 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.56 |
| HSL | 45.6º | 0.12% | 0.39% | - |
| HSV(B) | 45.6º | 0.22% | 0.44% | - |
| XYZ | 13.83 | 14.73 | 11.35 | - |
| YUV | 106.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 88 | 0 | 0.05 | 0.22 | 0.56 | 45.6 | 0.12 | 0.39 |
| Hex | 71 | 6B | 58 | 0 | 5 | 16 | 38 | 2E | C | 27 |
| Octal | 161 | 153 | 130 | 0 | 5 | 26 | 70 | 56 | 14 | 47 |
| Binary | 1110001 | 1101011 | 1011000 | 0 | 101 | 10110 | 111000 | 101110 | 1100 | 100111 |
Color Harmonies of #716B58
Complementary color
Monochromatic Colors of #716B58
Black with #716B58
Text Example
Text Example
White with #716B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B58; }
p { color: rgb(113,107,88); }
H1.HeaderClassName
{
color: #716B58;
}
.AnyTagClassName
{
color: #716B58;
}
</style>
background-color css
<style>
a { background-color: #716B58; }
a { background-color: rgb(113,107,88); }
div.DivClassName
{
background-color: #716B58;
}
.BgClassName
{
background-color: #716B58;
}
</style>
border-color css
<style>
span { border-color: #716B58; }
span { border-color: rgb(113,107,88); }
td.TdClassName
{
border-color: #716B58;
}
.TagClassName
{
border-color: #716B58;
}
</style>