#6B6C61

Color #6B6C61 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #6B6C61

Tints of Finch #6B6C61

Color information

#6B6C61 (or 0x6B6C61) is unknown color: approx Finch. HEX triplet: 6B, 6C and 61. RGB value is (107,108,97). Sum of RGB (Red+Green+Blue) = 107+108+97=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C61 is #94939E. Grayscale: #6A6A6A. Windows color (decimal): -9737119 or 6384747. OLE color: 6384747.

HSL color Cylindrical-coordinate representation of color #6B6C61: hue angle of 65.45º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6C61 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10710897-
CMYK0.0100.100.58
HSL65.45º5.37%40.2%-
HSV(B)65.45º10.19%42.35%-
XYZ13.5814.7113.43-
YUV106.45122.67128.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=34.29%
G=34.62%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107108970.0100.100.5865.455.3740.2
Hex6B6C6110A3A41528
Octal153154141101272101550
Binary1101011110110011000011010101110101000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B6C61; }

 p { color: rgb(107,108,97); }

 H1.HeaderClassName
 {
   color: #6B6C61;
 }
 .AnyTagClassName
 {
   color: #6B6C61;
 }
</style>
background-color css

<style>
 a { background-color: #6B6C61; }

 a { background-color: rgb(107,108,97); }

 div.DivClassName
 {
   background-color: #6B6C61;
 }
 .BgClassName
 {
   background-color: #6B6C61;
 }
</style>
border-color css

<style>
 span { border-color: #6B6C61; }

 span { border-color: rgb(107,108,97); }

 td.TdClassName
 {
   border-color: #6B6C61;
 }
 .TagClassName
 {
   border-color: #6B6C61;
 }
</style>