Shades of Finch #6B6D60
Tints of Finch #6B6D60
RGB
CMYK
RGB Variations
Color information
#6B6D60 (or 0x6B6D60) is known color: Finch. HEX triplet: 6B, 6D and 60. RGB value is (107,109,96). Sum of RGB (Red+Green+Blue) = 107+109+96=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D60 is #94929F. Grayscale: #6A6A6A. Windows color (decimal): -9736864 or 6319467. OLE color: 6319467.
HSL color Cylindrical-coordinate representation of color #6B6D60: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B6D60 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 96 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.57 |
| HSL | 69.23º | 0.06% | 0.4% | - |
| HSV(B) | 69.23º | 0.12% | 0.43% | - |
| XYZ | 13.64 | 14.91 | 13.22 | - |
| YUV | 106.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 96 | 0.02 | 0 | 0.12 | 0.57 | 69.23 | 0.06 | 0.4 |
| Hex | 6B | 6D | 60 | 2 | 0 | C | 39 | 45 | 6 | 28 |
| Octal | 153 | 155 | 140 | 2 | 0 | 14 | 71 | 105 | 6 | 50 |
| Binary | 1101011 | 1101101 | 1100000 | 10 | 0 | 1100 | 111001 | 1000101 | 110 | 101000 |
Color Harmonies of #6B6D60
Complementary color
Monochromatic Colors of #6B6D60
Black with #6B6D60
Text Example
Text Example
White with #6B6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D60; }
p { color: rgb(107,109,96); }
H1.HeaderClassName
{
color: #6B6D60;
}
.AnyTagClassName
{
color: #6B6D60;
}
</style>
background-color css
<style>
a { background-color: #6B6D60; }
a { background-color: rgb(107,109,96); }
div.DivClassName
{
background-color: #6B6D60;
}
.BgClassName
{
background-color: #6B6D60;
}
</style>
border-color css
<style>
span { border-color: #6B6D60; }
span { border-color: rgb(107,109,96); }
td.TdClassName
{
border-color: #6B6D60;
}
.TagClassName
{
border-color: #6B6D60;
}
</style>