Html Css Color HEX #6C705F Finch

📋 copy color: '#6C705F'

red 108 ◦ green 112 ◦ blue 95

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

Shades of Finch #6C705F

Tints of Finch #6C705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 34.29%
G = 35.56%
B = 30.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6C705F (or 0x6C705F) is known color: Finch. HEX triplet: 6C, 70 and 5F. RGB value is (108,112,95). Sum of RGB (Red+Green+Blue) = 108+112+95=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6C705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C705F is #938FA0. Grayscale: #6C6C6C. Windows color (decimal): -9670561 or 6254700. OLE color: 6254700.

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

Color convert

RGB 108 112 95 -
CMYK 0.04 0 0.15 0.56
HSL 74.12º 0.08% 0.41% -
HSV(B) 74.12º 0.15% 0.44% -
XYZ 14.04 15.6 13.1 -
YUV 108.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 108 112 95 0.04 0 0.15 0.56 74.12 0.08 0.41
Hex 6C 70 5F 4 0 F 38 4A 8 29
Octal 154 160 137 4 0 17 70 112 10 51
Binary 1101100 1110000 1011111 100 0 1111 111000 1001010 1000 101001

Color Harmonies of #6C705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C705F

Black with #6C705F

Text Example


Text Example

White with #6C705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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