Shades of Crete #716E32
Tints of Crete #716E32
RGB
CMYK
RGB Variations
Color information
#716E32 (or 0x716E32) is known color: Crete. HEX triplet: 71, 6E and 32. RGB value is (113,110,50). Sum of RGB (Red+Green+Blue) = 113+110+50=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #716E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E32 is #8E91CD. Grayscale: #686868. Windows color (decimal): -9343438 or 3305073. OLE color: 3305073.
HSL color Cylindrical-coordinate representation of color #716E32: hue angle of 57.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716E32 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 50 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.56 |
| HSL | 57.14º | 0.39% | 0.32% | - |
| HSV(B) | 57.14º | 0.56% | 0.44% | - |
| XYZ | 12.96 | 14.89 | 5.21 | - |
| YUV | 104.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 50 | 0 | 0.03 | 0.56 | 0.56 | 57.14 | 0.39 | 0.32 |
| Hex | 71 | 6E | 32 | 0 | 3 | 38 | 38 | 39 | 27 | 20 |
| Octal | 161 | 156 | 62 | 0 | 3 | 70 | 70 | 71 | 47 | 40 |
| Binary | 1110001 | 1101110 | 110010 | 0 | 11 | 111000 | 111000 | 111001 | 100111 | 100000 |
Color Harmonies of #716E32
Complementary color
Monochromatic Colors of #716E32
Black with #716E32
Text Example
Text Example
White with #716E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E32; }
p { color: rgb(113,110,50); }
H1.HeaderClassName
{
color: #716E32;
}
.AnyTagClassName
{
color: #716E32;
}
</style>
background-color css
<style>
a { background-color: #716E32; }
a { background-color: rgb(113,110,50); }
div.DivClassName
{
background-color: #716E32;
}
.BgClassName
{
background-color: #716E32;
}
</style>
border-color css
<style>
span { border-color: #716E32; }
span { border-color: rgb(113,110,50); }
td.TdClassName
{
border-color: #716E32;
}
.TagClassName
{
border-color: #716E32;
}
</style>