Shades of Finch #717163
Tints of Finch #717163
RGB
CMYK
RGB Variations
Color information
#717163 (or 0x717163) is known color: Finch. HEX triplet: 71, 71 and 63. RGB value is (113,113,99). Sum of RGB (Red+Green+Blue) = 113+113+99=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717163 is #8E8E9C. Grayscale: #6F6F6F. Windows color (decimal): -9342621 or 6517105. OLE color: 6517105.
HSL color Cylindrical-coordinate representation of color #717163: hue angle of 60º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717163 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 99 | - |
| CMYK | 0 | 0 | 0.12 | 0.56 |
| HSL | 60º | 0.07% | 0.42% | - |
| HSV(B) | 60º | 0.12% | 0.44% | - |
| XYZ | 14.97 | 16.22 | 14.15 | - |
| YUV | 111.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 99 | 0 | 0 | 0.12 | 0.56 | 60 | 0.07 | 0.42 |
| Hex | 71 | 71 | 63 | 0 | 0 | C | 38 | 3C | 7 | 2A |
| Octal | 161 | 161 | 143 | 0 | 0 | 14 | 70 | 74 | 7 | 52 |
| Binary | 1110001 | 1110001 | 1100011 | 0 | 0 | 1100 | 111000 | 111100 | 111 | 101010 |
Color Harmonies of #717163
Complementary color
Monochromatic Colors of #717163
Black with #717163
Text Example
Text Example
White with #717163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717163; }
p { color: rgb(113,113,99); }
H1.HeaderClassName
{
color: #717163;
}
.AnyTagClassName
{
color: #717163;
}
</style>
background-color css
<style>
a { background-color: #717163; }
a { background-color: rgb(113,113,99); }
div.DivClassName
{
background-color: #717163;
}
.BgClassName
{
background-color: #717163;
}
</style>
border-color css
<style>
span { border-color: #717163; }
span { border-color: rgb(113,113,99); }
td.TdClassName
{
border-color: #717163;
}
.TagClassName
{
border-color: #717163;
}
</style>