Shades of Finch #6F735A
Tints of Finch #6F735A
RGB
CMYK
RGB Variations
Color information
#6F735A (or 0x6F735A) is known color: Finch. HEX triplet: 6F, 73 and 5A. RGB value is (111,115,90). Sum of RGB (Red+Green+Blue) = 111+115+90=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #6F735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F735A is #908CA5. Grayscale: #6F6F6F. Windows color (decimal): -9473190 or 5927791. OLE color: 5927791.
HSL color Cylindrical-coordinate representation of color #6F735A: hue angle of 69.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F735A is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 90 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.55 |
| HSL | 69.6º | 0.12% | 0.4% | - |
| HSV(B) | 69.6º | 0.22% | 0.45% | - |
| XYZ | 14.53 | 16.38 | 12.07 | - |
| YUV | 110.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 90 | 0.03 | 0 | 0.22 | 0.55 | 69.6 | 0.12 | 0.4 |
| Hex | 6F | 73 | 5A | 3 | 0 | 16 | 37 | 46 | C | 28 |
| Octal | 157 | 163 | 132 | 3 | 0 | 26 | 67 | 106 | 14 | 50 |
| Binary | 1101111 | 1110011 | 1011010 | 11 | 0 | 10110 | 110111 | 1000110 | 1100 | 101000 |
Color Harmonies of #6F735A
Complementary color
Monochromatic Colors of #6F735A
Black with #6F735A
Text Example
Text Example
White with #6F735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F735A; }
p { color: rgb(111,115,90); }
H1.HeaderClassName
{
color: #6F735A;
}
.AnyTagClassName
{
color: #6F735A;
}
</style>
background-color css
<style>
a { background-color: #6F735A; }
a { background-color: rgb(111,115,90); }
div.DivClassName
{
background-color: #6F735A;
}
.BgClassName
{
background-color: #6F735A;
}
</style>
border-color css
<style>
span { border-color: #6F735A; }
span { border-color: rgb(111,115,90); }
td.TdClassName
{
border-color: #6F735A;
}
.TagClassName
{
border-color: #6F735A;
}
</style>