Shades of Crete #716D39
Tints of Crete #716D39
RGB
CMYK
RGB Variations
Color information
#716D39 (or 0x716D39) is known color: Crete. HEX triplet: 71, 6D and 39. RGB value is (113,109,57). Sum of RGB (Red+Green+Blue) = 113+109+57=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D39 is #8E92C6. Grayscale: #686868. Windows color (decimal): -9343687 or 3763569. OLE color: 3763569.
HSL color Cylindrical-coordinate representation of color #716D39: hue angle of 55.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716D39 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 57 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.56 |
| HSL | 55.71º | 0.33% | 0.33% | - |
| HSV(B) | 55.71º | 0.5% | 0.44% | - |
| XYZ | 13.02 | 14.74 | 6.03 | - |
| YUV | 104.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 57 | 0 | 0.04 | 0.50 | 0.56 | 55.71 | 0.33 | 0.33 |
| Hex | 71 | 6D | 39 | 0 | 4 | 32 | 38 | 38 | 21 | 21 |
| Octal | 161 | 155 | 71 | 0 | 4 | 62 | 70 | 70 | 41 | 41 |
| Binary | 1110001 | 1101101 | 111001 | 0 | 100 | 110010 | 111000 | 111000 | 100001 | 100001 |
Color Harmonies of #716D39
Complementary color
Monochromatic Colors of #716D39
Black with #716D39
Text Example
Text Example
White with #716D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D39; }
p { color: rgb(113,109,57); }
H1.HeaderClassName
{
color: #716D39;
}
.AnyTagClassName
{
color: #716D39;
}
</style>
background-color css
<style>
a { background-color: #716D39; }
a { background-color: rgb(113,109,57); }
div.DivClassName
{
background-color: #716D39;
}
.BgClassName
{
background-color: #716D39;
}
</style>
border-color css
<style>
span { border-color: #716D39; }
span { border-color: rgb(113,109,57); }
td.TdClassName
{
border-color: #716D39;
}
.TagClassName
{
border-color: #716D39;
}
</style>