Shades of Finch #6C725B
Tints of Finch #6C725B
RGB
CMYK
RGB Variations
Color information
#6C725B (or 0x6C725B) is known color: Finch. HEX triplet: 6C, 72 and 5B. RGB value is (108,114,91). Sum of RGB (Red+Green+Blue) = 108+114+91=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #6C725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C725B is #938DA4. Grayscale: #6D6D6D. Windows color (decimal): -9670053 or 5993068. OLE color: 5993068.
HSL color Cylindrical-coordinate representation of color #6C725B: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C725B is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 91 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.55 |
| HSL | 75.65º | 0.11% | 0.4% | - |
| HSV(B) | 75.65º | 0.2% | 0.45% | - |
| XYZ | 14.09 | 15.98 | 12.24 | - |
| YUV | 109.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 91 | 0.05 | 0 | 0.20 | 0.55 | 75.65 | 0.11 | 0.4 |
| Hex | 6C | 72 | 5B | 5 | 0 | 14 | 37 | 4C | B | 28 |
| Octal | 154 | 162 | 133 | 5 | 0 | 24 | 67 | 114 | 13 | 50 |
| Binary | 1101100 | 1110010 | 1011011 | 101 | 0 | 10100 | 110111 | 1001100 | 1011 | 101000 |
Color Harmonies of #6C725B
Complementary color
Monochromatic Colors of #6C725B
Black with #6C725B
Text Example
Text Example
White with #6C725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C725B; }
p { color: rgb(108,114,91); }
H1.HeaderClassName
{
color: #6C725B;
}
.AnyTagClassName
{
color: #6C725B;
}
</style>
background-color css
<style>
a { background-color: #6C725B; }
a { background-color: rgb(108,114,91); }
div.DivClassName
{
background-color: #6C725B;
}
.BgClassName
{
background-color: #6C725B;
}
</style>
border-color css
<style>
span { border-color: #6C725B; }
span { border-color: rgb(108,114,91); }
td.TdClassName
{
border-color: #6C725B;
}
.TagClassName
{
border-color: #6C725B;
}
</style>