Html Css Color HEX #6E7855 Finch

📋 copy color: '#6E7855'

red 110 ◦ green 120 ◦ blue 85

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

Shades of Finch #6E7855

Tints of Finch #6E7855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 34.92%
G = 38.1%
B = 26.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#6E7855 (or 0x6E7855) is known color: Finch. HEX triplet: 6E, 78 and 55. RGB value is (110,120,85). Sum of RGB (Red+Green+Blue) = 110+120+85=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7855 is #9187AA. Grayscale: #717171. Windows color (decimal): -9537451 or 5601390. OLE color: 5601390.

HSL color Cylindrical-coordinate representation of color #6E7855: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E7855 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 120 85 -
CMYK 0.08 0 0.29 0.53
HSL 77.14º 0.17% 0.4% -
HSV(B) 77.14º 0.29% 0.47% -
XYZ 14.79 17.4 11.17 -
YUV 113.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 110 120 85 0.08 0 0.29 0.53 77.14 0.17 0.4
Hex 6E 78 55 8 0 1D 35 4D 11 28
Octal 156 170 125 10 0 35 65 115 21 50
Binary 1101110 1111000 1010101 1000 0 11101 110101 1001101 10001 101000

Color Harmonies of #6E7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7855

Black with #6E7855

Text Example


Text Example

White with #6E7855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,120,85); }

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

background-color css

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

 a { background-color: rgb(110,120,85); }

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

border-color css

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

 span { border-color: rgb(110,120,85); }

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