Shades of Crete #716C32
Tints of Crete #716C32
RGB
CMYK
RGB Variations
Color information
#716C32 (or 0x716C32) is known color: Crete. HEX triplet: 71, 6C and 32. RGB value is (113,108,50). Sum of RGB (Red+Green+Blue) = 113+108+50=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #716C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C32 is #8E93CD. Grayscale: #676767. Windows color (decimal): -9343950 or 3304561. OLE color: 3304561.
HSL color Cylindrical-coordinate representation of color #716C32: hue angle of 55.24º 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 #716C32 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 50 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.56 |
| HSL | 55.24º | 0.39% | 0.32% | - |
| HSV(B) | 55.24º | 0.56% | 0.44% | - |
| XYZ | 12.75 | 14.47 | 5.14 | - |
| YUV | 102.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 50 | 0 | 0.04 | 0.56 | 0.56 | 55.24 | 0.39 | 0.32 |
| Hex | 71 | 6C | 32 | 0 | 4 | 38 | 38 | 37 | 27 | 20 |
| Octal | 161 | 154 | 62 | 0 | 4 | 70 | 70 | 67 | 47 | 40 |
| Binary | 1110001 | 1101100 | 110010 | 0 | 100 | 111000 | 111000 | 110111 | 100111 | 100000 |
Color Harmonies of #716C32
Complementary color
Monochromatic Colors of #716C32
Black with #716C32
Text Example
Text Example
White with #716C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C32; }
p { color: rgb(113,108,50); }
H1.HeaderClassName
{
color: #716C32;
}
.AnyTagClassName
{
color: #716C32;
}
</style>
background-color css
<style>
a { background-color: #716C32; }
a { background-color: rgb(113,108,50); }
div.DivClassName
{
background-color: #716C32;
}
.BgClassName
{
background-color: #716C32;
}
</style>
border-color css
<style>
span { border-color: #716C32; }
span { border-color: rgb(113,108,50); }
td.TdClassName
{
border-color: #716C32;
}
.TagClassName
{
border-color: #716C32;
}
</style>