Shades of Crete #716B33
Tints of Crete #716B33
RGB
CMYK
RGB Variations
Color information
#716B33 (or 0x716B33) is known color: Crete. HEX triplet: 71, 6B and 33. RGB value is (113,107,51). Sum of RGB (Red+Green+Blue) = 113+107+51=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #716B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B33 is #8E94CC. Grayscale: #666666. Windows color (decimal): -9344205 or 3369841. OLE color: 3369841.
HSL color Cylindrical-coordinate representation of color #716B33: hue angle of 54.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #716B33 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 51 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.56 |
| HSL | 54.19º | 0.38% | 0.32% | - |
| HSV(B) | 54.19º | 0.55% | 0.44% | - |
| XYZ | 12.67 | 14.27 | 5.22 | - |
| YUV | 102.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 51 | 0 | 0.05 | 0.55 | 0.56 | 54.19 | 0.38 | 0.32 |
| Hex | 71 | 6B | 33 | 0 | 5 | 37 | 38 | 36 | 26 | 20 |
| Octal | 161 | 153 | 63 | 0 | 5 | 67 | 70 | 66 | 46 | 40 |
| Binary | 1110001 | 1101011 | 110011 | 0 | 101 | 110111 | 111000 | 110110 | 100110 | 100000 |
Color Harmonies of #716B33
Complementary color
Monochromatic Colors of #716B33
Black with #716B33
Text Example
Text Example
White with #716B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B33; }
p { color: rgb(113,107,51); }
H1.HeaderClassName
{
color: #716B33;
}
.AnyTagClassName
{
color: #716B33;
}
</style>
background-color css
<style>
a { background-color: #716B33; }
a { background-color: rgb(113,107,51); }
div.DivClassName
{
background-color: #716B33;
}
.BgClassName
{
background-color: #716B33;
}
</style>
border-color css
<style>
span { border-color: #716B33; }
span { border-color: rgb(113,107,51); }
td.TdClassName
{
border-color: #716B33;
}
.TagClassName
{
border-color: #716B33;
}
</style>