Shades of Crete #716D3A
Tints of Crete #716D3A
RGB
CMYK
RGB Variations
Color information
#716D3A (or 0x716D3A) is known color: Crete. HEX triplet: 71, 6D and 3A. RGB value is (113,109,58). Sum of RGB (Red+Green+Blue) = 113+109+58=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D3A is #8E92C5. Grayscale: #686868. Windows color (decimal): -9343686 or 3829105. OLE color: 3829105.
HSL color Cylindrical-coordinate representation of color #716D3A: hue angle of 55.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #716D3A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 58 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.56 |
| HSL | 55.64º | 0.32% | 0.34% | - |
| HSV(B) | 55.64º | 0.49% | 0.44% | - |
| XYZ | 13.04 | 14.75 | 6.16 | - |
| YUV | 104.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 58 | 0 | 0.04 | 0.49 | 0.56 | 55.64 | 0.32 | 0.34 |
| Hex | 71 | 6D | 3A | 0 | 4 | 31 | 38 | 38 | 20 | 22 |
| Octal | 161 | 155 | 72 | 0 | 4 | 61 | 70 | 70 | 40 | 42 |
| Binary | 1110001 | 1101101 | 111010 | 0 | 100 | 110001 | 111000 | 111000 | 100000 | 100010 |
Color Harmonies of #716D3A
Complementary color
Monochromatic Colors of #716D3A
Black with #716D3A
Text Example
Text Example
White with #716D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D3A; }
p { color: rgb(113,109,58); }
H1.HeaderClassName
{
color: #716D3A;
}
.AnyTagClassName
{
color: #716D3A;
}
</style>
background-color css
<style>
a { background-color: #716D3A; }
a { background-color: rgb(113,109,58); }
div.DivClassName
{
background-color: #716D3A;
}
.BgClassName
{
background-color: #716D3A;
}
</style>
border-color css
<style>
span { border-color: #716D3A; }
span { border-color: rgb(113,109,58); }
td.TdClassName
{
border-color: #716D3A;
}
.TagClassName
{
border-color: #716D3A;
}
</style>