Shades of Finch #6F7363
Tints of Finch #6F7363
RGB
CMYK
RGB Variations
Color information
#6F7363 (or 0x6F7363) is known color: Finch. HEX triplet: 6F, 73 and 63. RGB value is (111,115,99). Sum of RGB (Red+Green+Blue) = 111+115+99=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7363 is #908C9C. Grayscale: #707070. Windows color (decimal): -9473181 or 6517615. OLE color: 6517615.
HSL color Cylindrical-coordinate representation of color #6F7363: hue angle of 75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7363 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 99 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.55 |
| HSL | 75º | 0.07% | 0.42% | - |
| HSV(B) | 75º | 0.14% | 0.45% | - |
| XYZ | 14.94 | 16.54 | 14.21 | - |
| YUV | 111.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 99 | 0.03 | 0 | 0.14 | 0.55 | 75 | 0.07 | 0.42 |
| Hex | 6F | 73 | 63 | 3 | 0 | E | 37 | 4B | 7 | 2A |
| Octal | 157 | 163 | 143 | 3 | 0 | 16 | 67 | 113 | 7 | 52 |
| Binary | 1101111 | 1110011 | 1100011 | 11 | 0 | 1110 | 110111 | 1001011 | 111 | 101010 |
Color Harmonies of #6F7363
Complementary color
Monochromatic Colors of #6F7363
Black with #6F7363
Text Example
Text Example
White with #6F7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7363; }
p { color: rgb(111,115,99); }
H1.HeaderClassName
{
color: #6F7363;
}
.AnyTagClassName
{
color: #6F7363;
}
</style>
background-color css
<style>
a { background-color: #6F7363; }
a { background-color: rgb(111,115,99); }
div.DivClassName
{
background-color: #6F7363;
}
.BgClassName
{
background-color: #6F7363;
}
</style>
border-color css
<style>
span { border-color: #6F7363; }
span { border-color: rgb(111,115,99); }
td.TdClassName
{
border-color: #6F7363;
}
.TagClassName
{
border-color: #6F7363;
}
</style>