Html Css Color HEX #6C6F62 Finch

📋 copy color: '#6C6F62'

red 108 ◦ green 111 ◦ blue 98

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

Shades of Finch #6C6F62

Tints of Finch #6C6F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 34.07%
G = 35.02%
B = 30.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6C6F62 (or 0x6C6F62) is known color: Finch. HEX triplet: 6C, 6F and 62. RGB value is (108,111,98). Sum of RGB (Red+Green+Blue) = 108+111+98=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F62 is #93909D. Grayscale: #6C6C6C. Windows color (decimal): -9670814 or 6451052. OLE color: 6451052.

HSL color Cylindrical-coordinate representation of color #6C6F62: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6F62 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 111 98 -
CMYK 0.03 0 0.12 0.56
HSL 73.85º 0.06% 0.41% -
HSV(B) 73.85º 0.12% 0.44% -
XYZ 14.07 15.44 13.79 -
YUV 108.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 108 111 98 0.03 0 0.12 0.56 73.85 0.06 0.41
Hex 6C 6F 62 3 0 C 38 4A 6 29
Octal 154 157 142 3 0 14 70 112 6 51
Binary 1101100 1101111 1100010 11 0 1100 111000 1001010 110 101001

Color Harmonies of #6C6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6F62

Black with #6C6F62

Text Example


Text Example

White with #6C6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,111,98); }

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

background-color css

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

 a { background-color: rgb(108,111,98); }

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

border-color css

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

 span { border-color: rgb(108,111,98); }

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