Shades of Finch #6F755A
Tints of Finch #6F755A
RGB
CMYK
RGB Variations
Color information
#6F755A (or 0x6F755A) is known color: Finch. HEX triplet: 6F, 75 and 5A. RGB value is (111,117,90). Sum of RGB (Red+Green+Blue) = 111+117+90=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #6F755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F755A is #908AA5. Grayscale: #707070. Windows color (decimal): -9472678 or 5928303. OLE color: 5928303.
HSL color Cylindrical-coordinate representation of color #6F755A: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F755A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 117 | 90 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.54 |
| HSL | 73.33º | 0.13% | 0.41% | - |
| HSV(B) | 73.33º | 0.23% | 0.46% | - |
| XYZ | 14.76 | 16.84 | 12.15 | - |
| YUV | 112.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 90 | 0.05 | 0 | 0.23 | 0.54 | 73.33 | 0.13 | 0.41 |
| Hex | 6F | 75 | 5A | 5 | 0 | 17 | 36 | 49 | D | 29 |
| Octal | 157 | 165 | 132 | 5 | 0 | 27 | 66 | 111 | 15 | 51 |
| Binary | 1101111 | 1110101 | 1011010 | 101 | 0 | 10111 | 110110 | 1001001 | 1101 | 101001 |
Color Harmonies of #6F755A
Complementary color
Monochromatic Colors of #6F755A
Black with #6F755A
Text Example
Text Example
White with #6F755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F755A; }
p { color: rgb(111,117,90); }
H1.HeaderClassName
{
color: #6F755A;
}
.AnyTagClassName
{
color: #6F755A;
}
</style>
background-color css
<style>
a { background-color: #6F755A; }
a { background-color: rgb(111,117,90); }
div.DivClassName
{
background-color: #6F755A;
}
.BgClassName
{
background-color: #6F755A;
}
</style>
border-color css
<style>
span { border-color: #6F755A; }
span { border-color: rgb(111,117,90); }
td.TdClassName
{
border-color: #6F755A;
}
.TagClassName
{
border-color: #6F755A;
}
</style>