Html Css Color HEX #6C6D67 Finch

📋 copy color: '#6C6D67'

red 108 ◦ green 109 ◦ blue 103

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

Shades of Finch #6C6D67

Tints of Finch #6C6D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 33.75%
G = 34.06%
B = 32.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6C6D67 (or 0x6C6D67) is known color: Finch. HEX triplet: 6C, 6D and 67. RGB value is (108,109,103). Sum of RGB (Red+Green+Blue) = 108+109+103=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D67 is #939298. Grayscale: #6C6C6C. Windows color (decimal): -9671321 or 6778220. OLE color: 6778220.

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

Color convert

RGB 108 109 103 -
CMYK 0.01 0 0.06 0.57
HSL 70º 0.03% 0.42% -
HSV(B) 70º 0.06% 0.43% -
XYZ 14.1 15.1 15 -
YUV 108.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 108 109 103 0.01 0 0.06 0.57 70 0.03 0.42
Hex 6C 6D 67 1 0 6 39 46 3 2A
Octal 154 155 147 1 0 6 71 106 3 52
Binary 1101100 1101101 1100111 1 0 110 111001 1000110 11 101010

Color Harmonies of #6C6D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6D67

Black with #6C6D67

Text Example


Text Example

White with #6C6D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,109,103); }

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

background-color css

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

 a { background-color: rgb(108,109,103); }

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

border-color css

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

 span { border-color: rgb(108,109,103); }

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