Html Css Color HEX #6E715D Finch

📋 copy color: '#6E715D'

red 110 ◦ green 113 ◦ blue 93

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

Shades of Finch #6E715D

Tints of Finch #6E715D

RGB

 RED value IS 110 (43.36% from 255) = 34.81%

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 34.81%
G = 35.76%
B = 29.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6E715D (or 0x6E715D) is known color: Finch. HEX triplet: 6E, 71 and 5D. RGB value is (110,113,93). Sum of RGB (Red+Green+Blue) = 110+113+93=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #6E715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E715D is #918EA2. Grayscale: #6D6D6D. Windows color (decimal): -9539235 or 6123886. OLE color: 6123886.

HSL color Cylindrical-coordinate representation of color #6E715D: hue angle of 69º 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 #6E715D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 113 93 -
CMYK 0.03 0 0.18 0.56
HSL 69º 0.1% 0.4% -
HSV(B) 69º 0.18% 0.44% -
XYZ 14.31 15.92 12.67 -
YUV 109.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 110 113 93 0.03 0 0.18 0.56 69 0.1 0.4
Hex 6E 71 5D 3 0 12 38 45 A 28
Octal 156 161 135 3 0 22 70 105 12 50
Binary 1101110 1110001 1011101 11 0 10010 111000 1000101 1010 101000

Color Harmonies of #6E715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E715D

Black with #6E715D

Text Example


Text Example

White with #6E715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,113,93); }

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

background-color css

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

 a { background-color: rgb(110,113,93); }

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

border-color css

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

 span { border-color: rgb(110,113,93); }

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