Html Css Color HEX #6C6E65 Finch

📋 copy color: '#6C6E65'

red 108 ◦ green 110 ◦ blue 101

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

Shades of Finch #6C6E65

Tints of Finch #6C6E65

RGB

 RED value IS 108 (42.58% from 255) = 33.86%

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 33.86%
G = 34.48%
B = 31.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6C6E65 (or 0x6C6E65) is known color: Finch. HEX triplet: 6C, 6E and 65. RGB value is (108,110,101). Sum of RGB (Red+Green+Blue) = 108+110+101=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E65 is #93919A. Grayscale: #6C6C6C. Windows color (decimal): -9671067 or 6647404. OLE color: 6647404.

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

Color convert

RGB 108 110 101 -
CMYK 0.02 0 0.08 0.57
HSL 73.33º 0.04% 0.41% -
HSV(B) 73.33º 0.08% 0.43% -
XYZ 14.11 15.28 14.52 -
YUV 108.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 108 110 101 0.02 0 0.08 0.57 73.33 0.04 0.41
Hex 6C 6E 65 2 0 8 39 49 4 29
Octal 154 156 145 2 0 10 71 111 4 51
Binary 1101100 1101110 1100101 10 0 1000 111001 1001001 100 101001

Color Harmonies of #6C6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6E65

Black with #6C6E65

Text Example


Text Example

White with #6C6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,110,101); }

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

background-color css

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

 a { background-color: rgb(108,110,101); }

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

border-color css

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

 span { border-color: rgb(108,110,101); }

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