Shades of Finch #6F706B
Tints of Finch #6F706B
RGB
CMYK
RGB Variations
Color information
#6F706B (or 0x6F706B) is known color: Finch. HEX triplet: 6F, 70 and 6B. RGB value is (111,112,107). Sum of RGB (Red+Green+Blue) = 111+112+107=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 112 - color contains mainly: green. Hex color #6F706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F706B is #908F94. Grayscale: #6F6F6F. Windows color (decimal): -9473941 or 7041135. OLE color: 7041135.
HSL color Cylindrical-coordinate representation of color #6F706B: hue angle of 72º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F706B is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 112 | 107 | - |
CMYK | 0.01 | 0 | 0.04 | 0.56 |
HSL | 72º | 0.02% | 0.43% | - |
HSV(B) | 72º | 0.04% | 0.44% | - |
XYZ | 15 | 16.03 | 16.21 | - |
YUV | 111.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 112 | 107 | 0.01 | 0 | 0.04 | 0.56 | 72 | 0.02 | 0.43 |
Hex | 6F | 70 | 6B | 1 | 0 | 4 | 38 | 48 | 2 | 2B |
Octal | 157 | 160 | 153 | 1 | 0 | 4 | 70 | 110 | 2 | 53 |
Binary | 1101111 | 1110000 | 1101011 | 1 | 0 | 100 | 111000 | 1001000 | 10 | 101011 |
Color Harmonies of #6F706B
Complementary color
Monochromatic Colors of #6F706B
Black with #6F706B
Text Example
Text Example
White with #6F706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F706B; }
p { color: rgb(111,112,107); }
H1.HeaderClassName
{
color: #6F706B;
}
.AnyTagClassName
{
color: #6F706B;
}
</style>
background-color css
<style>
a { background-color: #6F706B; }
a { background-color: rgb(111,112,107); }
div.DivClassName
{
background-color: #6F706B;
}
.BgClassName
{
background-color: #6F706B;
}
</style>
border-color css
<style>
span { border-color: #6F706B; }
span { border-color: rgb(111,112,107); }
td.TdClassName
{
border-color: #6F706B;
}
.TagClassName
{
border-color: #6F706B;
}
</style>