Html Css Color HEX #6E715F Finch

📋 copy color: '#6E715F'

red 110 ◦ green 113 ◦ blue 95

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

Shades of Finch #6E715F

Tints of Finch #6E715F

RGB

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

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

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

R = 34.59%
G = 35.53%
B = 29.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6E715F (or 0x6E715F) is known color: Finch. HEX triplet: 6E, 71 and 5F. RGB value is (110,113,95). Sum of RGB (Red+Green+Blue) = 110+113+95=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 113 - color contains mainly: green. Hex color #6E715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E715F is #918EA0. Grayscale: #6E6E6E. Windows color (decimal): -9539233 or 6254958. OLE color: 6254958.

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

Color convert

RGB 110 113 95 -
CMYK 0.03 0 0.16 0.56
HSL 70º 0.09% 0.41% -
HSV(B) 70º 0.16% 0.44% -
XYZ 14.4 15.95 13.15 -
YUV 110.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 110 113 95 0.03 0 0.16 0.56 70 0.09 0.41
Hex 6E 71 5F 3 0 10 38 46 9 29
Octal 156 161 137 3 0 20 70 106 11 51
Binary 1101110 1110001 1011111 11 0 10000 111000 1000110 1001 101001

Color Harmonies of #6E715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E715F

Black with #6E715F

Text Example


Text Example

White with #6E715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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