Html Css Color HEX #6C705C Finch

📋 copy color: '#6C705C'

red 108 ◦ green 112 ◦ blue 92

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

Shades of Finch #6C705C

Tints of Finch #6C705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 34.62%
G = 35.9%
B = 29.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6C705C (or 0x6C705C) is known color: Finch. HEX triplet: 6C, 70 and 5C. RGB value is (108,112,92). Sum of RGB (Red+Green+Blue) = 108+112+92=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #6C705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C705C is #938FA3. Grayscale: #6C6C6C. Windows color (decimal): -9670564 or 6058092. OLE color: 6058092.

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

Color convert

RGB 108 112 92 -
CMYK 0.04 0 0.18 0.56
HSL 72º 0.1% 0.4% -
HSV(B) 72º 0.18% 0.44% -
XYZ 13.91 15.55 12.39 -
YUV 108.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 108 112 92 0.04 0 0.18 0.56 72 0.1 0.4
Hex 6C 70 5C 4 0 12 38 48 A 28
Octal 154 160 134 4 0 22 70 110 12 50
Binary 1101100 1110000 1011100 100 0 10010 111000 1001000 1010 101000

Color Harmonies of #6C705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C705C

Black with #6C705C

Text Example


Text Example

White with #6C705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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