Html Css Color HEX #6B6D61 Finch

📋 copy color: '#6B6D61'

red 107 ◦ green 109 ◦ blue 97

#6B6D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #6B6D61

Tints of Finch #6B6D61

RGB

 RED value IS 107 (42.19% from 255) = 34.19%

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 34.19%
G = 34.82%
B = 30.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6B6D61 (or 0x6B6D61) is known color: Finch. HEX triplet: 6B, 6D and 61. RGB value is (107,109,97). Sum of RGB (Red+Green+Blue) = 107+109+97=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D61 is #94929E. Grayscale: #6B6B6B. Windows color (decimal): -9736863 or 6385003. OLE color: 6385003.

HSL color Cylindrical-coordinate representation of color #6B6D61: hue angle of 70º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6D61 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 109 97 -
CMYK 0.02 0 0.11 0.57
HSL 70º 0.06% 0.4% -
HSV(B) 70º 0.11% 0.43% -
XYZ 13.69 14.93 13.47 -
YUV 107.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 107 109 97 0.02 0 0.11 0.57 70 0.06 0.4
Hex 6B 6D 61 2 0 B 39 46 6 28
Octal 153 155 141 2 0 13 71 106 6 50
Binary 1101011 1101101 1100001 10 0 1011 111001 1000110 110 101000

Color Harmonies of #6B6D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D61

Black with #6B6D61

Text Example


Text Example

White with #6B6D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B6D61;
 }
 .AnyTagClassName
 {
   color: #6B6D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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