Shades of Crete #716E3A
Tints of Crete #716E3A
RGB
CMYK
RGB Variations
Color information
#716E3A (or 0x716E3A) is known color: Crete. HEX triplet: 71, 6E and 3A. RGB value is (113,110,58). Sum of RGB (Red+Green+Blue) = 113+110+58=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E3A is #8E91C5. Grayscale: #696969. Windows color (decimal): -9343430 or 3829361. OLE color: 3829361.
HSL color Cylindrical-coordinate representation of color #716E3A: hue angle of 56.73º 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 #716E3A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 58 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.56 |
| HSL | 56.73º | 0.32% | 0.34% | - |
| HSV(B) | 56.73º | 0.49% | 0.44% | - |
| XYZ | 13.15 | 14.97 | 6.2 | - |
| YUV | 104.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 58 | 0 | 0.03 | 0.49 | 0.56 | 56.73 | 0.32 | 0.34 |
| Hex | 71 | 6E | 3A | 0 | 3 | 31 | 38 | 39 | 20 | 22 |
| Octal | 161 | 156 | 72 | 0 | 3 | 61 | 70 | 71 | 40 | 42 |
| Binary | 1110001 | 1101110 | 111010 | 0 | 11 | 110001 | 111000 | 111001 | 100000 | 100010 |
Color Harmonies of #716E3A
Complementary color
Monochromatic Colors of #716E3A
Black with #716E3A
Text Example
Text Example
White with #716E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E3A; }
p { color: rgb(113,110,58); }
H1.HeaderClassName
{
color: #716E3A;
}
.AnyTagClassName
{
color: #716E3A;
}
</style>
background-color css
<style>
a { background-color: #716E3A; }
a { background-color: rgb(113,110,58); }
div.DivClassName
{
background-color: #716E3A;
}
.BgClassName
{
background-color: #716E3A;
}
</style>
border-color css
<style>
span { border-color: #716E3A; }
span { border-color: rgb(113,110,58); }
td.TdClassName
{
border-color: #716E3A;
}
.TagClassName
{
border-color: #716E3A;
}
</style>