Shades of Crete #716B37
Tints of Crete #716B37
RGB
CMYK
RGB Variations
Color information
#716B37 (or 0x716B37) is known color: Crete. HEX triplet: 71, 6B and 37. RGB value is (113,107,55). Sum of RGB (Red+Green+Blue) = 113+107+55=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B37 is #8E94C8. Grayscale: #676767. Windows color (decimal): -9344201 or 3631985. OLE color: 3631985.
HSL color Cylindrical-coordinate representation of color #716B37: hue angle of 53.79º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #716B37 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 55 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.56 |
| HSL | 53.79º | 0.35% | 0.33% | - |
| HSV(B) | 53.79º | 0.51% | 0.44% | - |
| XYZ | 12.76 | 14.3 | 5.7 | - |
| YUV | 102.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 55 | 0 | 0.05 | 0.51 | 0.56 | 53.79 | 0.35 | 0.33 |
| Hex | 71 | 6B | 37 | 0 | 5 | 33 | 38 | 36 | 23 | 21 |
| Octal | 161 | 153 | 67 | 0 | 5 | 63 | 70 | 66 | 43 | 41 |
| Binary | 1110001 | 1101011 | 110111 | 0 | 101 | 110011 | 111000 | 110110 | 100011 | 100001 |
Color Harmonies of #716B37
Complementary color
Monochromatic Colors of #716B37
Black with #716B37
Text Example
Text Example
White with #716B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B37; }
p { color: rgb(113,107,55); }
H1.HeaderClassName
{
color: #716B37;
}
.AnyTagClassName
{
color: #716B37;
}
</style>
background-color css
<style>
a { background-color: #716B37; }
a { background-color: rgb(113,107,55); }
div.DivClassName
{
background-color: #716B37;
}
.BgClassName
{
background-color: #716B37;
}
</style>
border-color css
<style>
span { border-color: #716B37; }
span { border-color: rgb(113,107,55); }
td.TdClassName
{
border-color: #716B37;
}
.TagClassName
{
border-color: #716B37;
}
</style>