Html Css Color HEX #6E7355 Finch

📋 copy color: '#6E7355'

red 110 ◦ green 115 ◦ blue 85

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

Shades of Finch #6E7355

Tints of Finch #6E7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

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

R = 35.48%
G = 37.1%
B = 27.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#6E7355 (or 0x6E7355) is known color: Finch. HEX triplet: 6E, 73 and 55. RGB value is (110,115,85). Sum of RGB (Red+Green+Blue) = 110+115+85=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7355 is #918CAA. Grayscale: #6E6E6E. Windows color (decimal): -9538731 or 5600110. OLE color: 5600110.

HSL color Cylindrical-coordinate representation of color #6E7355: hue angle of 70º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E7355 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 115 85 -
CMYK 0.04 0 0.26 0.55
HSL 70º 0.15% 0.39% -
HSV(B) 70º 0.26% 0.45% -
XYZ 14.2 16.23 10.98 -
YUV 110.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 110 115 85 0.04 0 0.26 0.55 70 0.15 0.39
Hex 6E 73 55 4 0 1A 37 46 F 27
Octal 156 163 125 4 0 32 67 106 17 47
Binary 1101110 1110011 1010101 100 0 11010 110111 1000110 1111 100111

Color Harmonies of #6E7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7355

Black with #6E7355

Text Example


Text Example

White with #6E7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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