Shades of Crete #716D35
Tints of Crete #716D35
RGB
CMYK
RGB Variations
Color information
#716D35 (or 0x716D35) is known color: Crete. HEX triplet: 71, 6D and 35. RGB value is (113,109,53). Sum of RGB (Red+Green+Blue) = 113+109+53=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D35 is #8E92CA. Grayscale: #686868. Windows color (decimal): -9343691 or 3501425. OLE color: 3501425.
HSL color Cylindrical-coordinate representation of color #716D35: hue angle of 56º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #716D35 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 53 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.56 |
| HSL | 56º | 0.36% | 0.33% | - |
| HSV(B) | 56º | 0.53% | 0.44% | - |
| XYZ | 12.92 | 14.71 | 5.53 | - |
| YUV | 103.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 53 | 0 | 0.04 | 0.53 | 0.56 | 56 | 0.36 | 0.33 |
| Hex | 71 | 6D | 35 | 0 | 4 | 35 | 38 | 38 | 24 | 21 |
| Octal | 161 | 155 | 65 | 0 | 4 | 65 | 70 | 70 | 44 | 41 |
| Binary | 1110001 | 1101101 | 110101 | 0 | 100 | 110101 | 111000 | 111000 | 100100 | 100001 |
Color Harmonies of #716D35
Complementary color
Monochromatic Colors of #716D35
Black with #716D35
Text Example
Text Example
White with #716D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D35; }
p { color: rgb(113,109,53); }
H1.HeaderClassName
{
color: #716D35;
}
.AnyTagClassName
{
color: #716D35;
}
</style>
background-color css
<style>
a { background-color: #716D35; }
a { background-color: rgb(113,109,53); }
div.DivClassName
{
background-color: #716D35;
}
.BgClassName
{
background-color: #716D35;
}
</style>
border-color css
<style>
span { border-color: #716D35; }
span { border-color: rgb(113,109,53); }
td.TdClassName
{
border-color: #716D35;
}
.TagClassName
{
border-color: #716D35;
}
</style>