Shades of Finch #6F705A
Tints of Finch #6F705A
RGB
CMYK
RGB Variations
Color information
#6F705A (or 0x6F705A) is known color: Finch. HEX triplet: 6F, 70 and 5A. RGB value is (111,112,90). Sum of RGB (Red+Green+Blue) = 111+112+90=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705A is #908FA5. Grayscale: #6D6D6D. Windows color (decimal): -9473958 or 5927023. OLE color: 5927023.
HSL color Cylindrical-coordinate representation of color #6F705A: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F705A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 90 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.56 |
| HSL | 62.73º | 0.11% | 0.4% | - |
| HSV(B) | 62.73º | 0.2% | 0.44% | - |
| XYZ | 14.2 | 15.71 | 11.96 | - |
| YUV | 109.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 90 | 0.01 | 0 | 0.20 | 0.56 | 62.73 | 0.11 | 0.4 |
| Hex | 6F | 70 | 5A | 1 | 0 | 14 | 38 | 3F | B | 28 |
| Octal | 157 | 160 | 132 | 1 | 0 | 24 | 70 | 77 | 13 | 50 |
| Binary | 1101111 | 1110000 | 1011010 | 1 | 0 | 10100 | 111000 | 111111 | 1011 | 101000 |
Color Harmonies of #6F705A
Complementary color
Monochromatic Colors of #6F705A
Black with #6F705A
Text Example
Text Example
White with #6F705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F705A; }
p { color: rgb(111,112,90); }
H1.HeaderClassName
{
color: #6F705A;
}
.AnyTagClassName
{
color: #6F705A;
}
</style>
background-color css
<style>
a { background-color: #6F705A; }
a { background-color: rgb(111,112,90); }
div.DivClassName
{
background-color: #6F705A;
}
.BgClassName
{
background-color: #6F705A;
}
</style>
border-color css
<style>
span { border-color: #6F705A; }
span { border-color: rgb(111,112,90); }
td.TdClassName
{
border-color: #6F705A;
}
.TagClassName
{
border-color: #6F705A;
}
</style>