Html Css Color HEX #6C705E Finch

📋 copy color: '#6C705E'

red 108 ◦ green 112 ◦ blue 94

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

Shades of Finch #6C705E

Tints of Finch #6C705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 34.39%
G = 35.67%
B = 29.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6C705E (or 0x6C705E) is known color: Finch. HEX triplet: 6C, 70 and 5E. RGB value is (108,112,94). Sum of RGB (Red+Green+Blue) = 108+112+94=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #6C705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C705E is #938FA1. Grayscale: #6C6C6C. Windows color (decimal): -9670562 or 6189164. OLE color: 6189164.

HSL color Cylindrical-coordinate representation of color #6C705E: hue angle of 73.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C705E is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 94 -
CMYK 0.04 0 0.16 0.56
HSL 73.33º 0.09% 0.4% -
HSV(B) 73.33º 0.16% 0.44% -
XYZ 14 15.58 12.86 -
YUV 108.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 108 112 94 0.04 0 0.16 0.56 73.33 0.09 0.4
Hex 6C 70 5E 4 0 10 38 49 9 28
Octal 154 160 136 4 0 20 70 111 11 50
Binary 1101100 1110000 1011110 100 0 10000 111000 1001001 1001 101000

Color Harmonies of #6C705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C705E

Black with #6C705E

Text Example


Text Example

White with #6C705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,94); }

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

background-color css

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

 a { background-color: rgb(108,112,94); }

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

border-color css

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

 span { border-color: rgb(108,112,94); }

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